Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DKeySetManagerService.java436 ArraySet<Long> addedKeyIds = new ArraySet<Long>(keys.size()); in addKeySetLPw() local
440 addedKeyIds.add(id); in addKeySetLPw()
444 long existingKeySetId = getIdFromKeyIdsLPr(addedKeyIds); in addKeySetLPw()
449 decrementPublicKeyLPw(addedKeyIds.valueAt(i)); in addKeySetLPw()
462 mKeySetMapping.put(id, addedKeyIds); in addKeySetLPw()