Home
last modified time | relevance | path

Searched refs:unmatchedLegKeys (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java994 final ArraySet<NetworkStatsCollection.Key> unmatchedLegKeys = in compareStats() local
1002 unmatchedLegKeys.remove(legKey); in compareStats()
1014 unmatchedLegKeys.remove(legKey); in compareStats()
1017 if (!unmatchedLegKeys.isEmpty()) { in compareStats()
1018 final NetworkStatsHistory first = legEntries.get(unmatchedLegKeys.valueAt(0)); in compareStats()
1019 return "Found unmatched legacy keys: count=" + unmatchedLegKeys.size() in compareStats()