Searched refs:currentKeySetId (Results 1 – 1 of 1) sorted by relevance
515 long currentKeySetId = 0; in readKeySetsLPw() local553 long currentKeySetId = 0; in readKeySetListLPw() local561 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()