Searched refs:unmatchedLegKeys (Results 1 – 1 of 1) sorted by relevance
994 final ArraySet<NetworkStatsCollection.Key> unmatchedLegKeys = in compareStats() local1002 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()