Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java217 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isTrue(); in importKey_storesTheKey()
251 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isTrue(); in importKeyWithMetadata_nullMetadata_storesTheKey()
264 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isTrue(); in importKeyWithMetadata_nonNullMetadata_storesTheKey()
298 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isTrue(); in generateKeyWithMetadata_nullMetadata_storesTheKey()
309 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isTrue(); in generateKeyWithMetadata_nonNullMetadata_storesTheKey()
332 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isTrue(); in removeKey_updatesShouldCreateSnapshot()
343 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isFalse(); in removeKey_failureDoesNotUpdateShouldCreateSnapshot()
359 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isFalse(); in initRecoveryService_succeedsWithCertFile()
377 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isFalse(); in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()
383 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isFalse(); in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java863 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isEqualTo(false); in setShouldCreateSnapshot_defaultValueAndTwoUpdates()
865 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isEqualTo(value1); in setShouldCreateSnapshot_defaultValueAndTwoUpdates()
867 assertThat(mRecoverableKeyStoreDb.getShouldCreateSnapshot(userId, uid)).isEqualTo( in setShouldCreateSnapshot_defaultValueAndTwoUpdates()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DKeySyncTask.java442 return mRecoverableKeyStoreDb.getShouldCreateSnapshot(mUserId, recoveryAgentUid); in shouldCreateSnapshot()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java904 public boolean getShouldCreateSnapshot(int userId, int uid) { in getShouldCreateSnapshot() method in RecoverableKeyStoreDb
/frameworks/base/services/
Dart-profile8539 …erver/locksettings/recoverablekeystore/storage/RecoverableKeyStoreDb;->getShouldCreateSnapshot(II)Z