am 8955c54e: Merge "Data quick settings - Usage shown should take into account merged IDs." into lmp-mr1-dev
* commit '8955c54e0ea24a907c7ce06e7f2f3dd3afc84cda': Data quick settings - Usage shown should take into account merged IDs.
This commit is contained in:
@@ -113,7 +113,9 @@ public class MobileDataControllerImpl implements NetworkController.MobileDataCon
|
||||
if (session == null) {
|
||||
return warn("no stats session");
|
||||
}
|
||||
final NetworkTemplate template = NetworkTemplate.buildTemplateMobileAll(subscriberId);
|
||||
NetworkTemplate template = NetworkTemplate.buildTemplateMobileAll(subscriberId);
|
||||
template = NetworkTemplate.normalize(template, mTelephonyManager.getMergedSubscriberIds());
|
||||
|
||||
final NetworkPolicy policy = findNetworkPolicy(template);
|
||||
try {
|
||||
final NetworkStatsHistory history = mSession.getHistoryForNetwork(template, FIELDS);
|
||||
|
||||
Reference in New Issue
Block a user