Searched refs:ksField (Results 1 – 1 of 1) sorted by relevance
57 Field ksField = ksms.getClass().getDeclaredField("mKeySets"); in getKeySetRefCount() local58 ksField.setAccessible(true); in getKeySetRefCount()60 (LongSparseArray<KeySetHandle>) ksField.get(ksms); in getKeySetRefCount()71 Field ksField = ksms.getClass().getDeclaredField("mKeySetMapping"); in getKeySetMapping() local72 ksField.setAccessible(true); in getKeySetMapping()73 return (LongSparseArray<ArraySet<Long>>) ksField.get(ksms); in getKeySetMapping()78 Field ksField = ksms.getClass().getDeclaredField("lastIssuedKeyId"); in getLastIssuedKeyId() local79 ksField.setAccessible(true); in getLastIssuedKeyId()80 return (Long) ksField.get(ksms); in getLastIssuedKeyId()85 Field ksField = ksms.getClass().getDeclaredField("lastIssuedKeySetId"); in getLastIssuedKeySetId() local[all …]