Searched refs:currentKeySetId (Results 1 – 1 of 1) sorted by relevance
794 long currentKeySetId = 0; in readKeySetListLPw() local802 currentKeySetId = parser.getAttributeLong(null, "identifier"); in readKeySetListLPw()804 mKeySets.put(currentKeySetId, new KeySetHandle(currentKeySetId, refCount)); in readKeySetListLPw()805 mKeySetMapping.put(currentKeySetId, new ArraySet<Long>()); in readKeySetListLPw()808 mKeySetMapping.get(currentKeySetId).add(id); in readKeySetListLPw()