Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DKeySetManagerService.java722 long currentKeySetId = 0; in readKeySetsLPw() local
780 long currentKeySetId = 0; in readKeySetListLPw() local
789 currentKeySetId = Long.parseLong(encodedID); in readKeySetListLPw()
791 mKeySets.put(currentKeySetId, new KeySetHandle(currentKeySetId, refCount)); in readKeySetListLPw()
792 mKeySetMapping.put(currentKeySetId, new ArraySet<Long>()); in readKeySetListLPw()
796 mKeySetMapping.get(currentKeySetId).add(id); in readKeySetListLPw()