Searched refs:knownKeys (Results 1 – 2 of 2) sorted by relevance
337 Set<Long> knownKeys = null; in removeAppKeySetData() local339 knownKeys = mKeySetMapping.get(ks); in removeAppKeySetData()340 if (knownKeys != null) { in removeAppKeySetData()341 deletableKeys.addAll(knownKeys); in removeAppKeySetData()352 knownKeys = new HashSet<Long>(); in removeAppKeySetData()354 knownKeys = mKeySetMapping.get(ks); in removeAppKeySetData()355 if (knownKeys != null) { in removeAppKeySetData()356 deletableKeys.removeAll(knownKeys); in removeAppKeySetData()
436 final ArrayList<Key> knownKeys = Lists.newArrayList(); in removeUids() local437 knownKeys.addAll(mStats.keySet()); in removeUids()440 for (Key key : knownKeys) { in removeUids()