Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/pm/
DKeySetManager.java515 long currentKeySetId = 0; in readKeySetsLPw() local
553 long currentKeySetId = 0; in readKeySetListLPw() local
561 currentKeySetId = readIdentifierLPw(parser); in readKeySetListLPw()
562 mKeySets.put(currentKeySetId, new KeySet(new Binder())); in readKeySetListLPw()
563 mKeySetMapping.put(currentKeySetId, new HashSet<Long>()); in readKeySetListLPw()
566 mKeySetMapping.get(currentKeySetId).add(id); in readKeySetListLPw()