Searched refs:existingKey (Results 1 – 3 of 3) sorted by relevance
71 final Key existingKey = mCache.get(key); in getUniqueKey() local72 if (existingKey != null) { in getUniqueKey()75 return existingKey; in getUniqueKey()
133 ProvisionedKey existingKey = getKeyForClientAndIrpc(irpcHal, clientUid, keyId); in getOrAssignKey() local134 if (existingKey != null) { in getOrAssignKey()135 return existingKey; in getOrAssignKey()
86 final String existingKey = preferenceGroup.getPreference(i).getKey(); in hasPermissionsListChanged() local87 if (!Objects.equals(key, existingKey)) { in hasPermissionsListChanged()