Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/pm/
DKeySetManager.java245 Set<Long> addedKeyIds = new HashSet<Long>(keys.size()); in addKeySetLocked() local
248 addedKeyIds.add(id); in addKeySetLocked()
252 long existingKeySetId = getIdFromKeyIdsLocked(addedKeyIds); in addKeySetLocked()
264 mKeySetMapping.put(id, addedKeyIds); in addKeySetLocked()