Searched refs:getCounterId (Results 1 – 12 of 12) sorted by relevance
53 assertEquals(COUNTER_ID, createKeyChainSnapshot().getCounterId()); in build_setsCounterId()111 assertEquals(COUNTER_ID, snapshot.getCounterId()); in writeToParcel_writesCounterId()
157 assertEquals(b.getCounterId(), a.getCounterId()); in assertKeyChainSnapshotsAreEqual()
831 assertThat(mRecoverableKeyStoreDb.getCounterId(userId, uid)).isNull(); in setCounterId_defaultValueAndTwoUpdates()834 assertThat(mRecoverableKeyStoreDb.getCounterId(userId, uid)).isEqualTo( in setCounterId_defaultValueAndTwoUpdates()838 assertThat(mRecoverableKeyStoreDb.getCounterId(userId, uid)).isEqualTo( in setCounterId_defaultValueAndTwoUpdates()
104 public long getCounterId() { in getCounterId() method in KeyChainSnapshot
159 writePropertyTag(xmlSerializer, TAG_COUNTER_ID, keyChainSnapshot.getCounterId()); in writeKeyChainSnapshotProperties()
70 assertThat(roundTrip().getCounterId()).isEqualTo(COUNTER_ID); in roundTrip_persistsCounterId()
461 Long counterId0 = mRecoverableKeyStoreDb.getCounterId(userId, uid); in initRecoveryService_regeneratesCounterId()464 Long counterId1 = mRecoverableKeyStoreDb.getCounterId(userId, uid); in initRecoveryService_regeneratesCounterId()467 Long counterId2 = mRecoverableKeyStoreDb.getCounterId(userId, uid); in initRecoveryService_regeneratesCounterId()
534 Long counterId = mRecoverableKeyStoreDb.getCounterId(TEST_USER_ID, TEST_RECOVERY_AGENT_UID); in run_sendsEncryptedKeysIfAvailableToSync_withRawPublicKey()547 assertThat(keyChainSnapshot.getCounterId()).isEqualTo(counterId); in run_sendsEncryptedKeysIfAvailableToSync_withRawPublicKey()
312 counterId = mRecoverableKeyStoreDb.getCounterId(mUserId, recoveryAgentUid); in syncKeysForAgent()
805 public Long getCounterId(int userId, int uid) { in getCounterId() method in RecoverableKeyStoreDb
6146 method public long getCounterId();
8530 PLcom/android/server/locksettings/recoverablekeystore/storage/RecoverableKeyStoreDb;->getCounterId(…