Home
last modified time | relevance | path

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

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