Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManagerTest.java503 Long counterId2 = mRecoverableKeyStoreDb.getCounterId(userId, uid); in initRecoveryService_regeneratesCounterId() local
505 assertThat(!counterId1.equals(counterId0) || !counterId2.equals(counterId1)).isTrue(); in initRecoveryService_regeneratesCounterId()