Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A 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 …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncTask.java453 return mRecoverableKeyStoreDb.getShouldCreateSnapshot(mUserId, recoveryAgentUid); in shouldCreateSnapshot()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDb.java904 public boolean getShouldCreateSnapshot(int userId, int uid) { in getShouldCreateSnapshot() method in RecoverableKeyStoreDb
/aosp12/frameworks/base/services/
H A Dart-profile24117 …locksettings/recoverablekeystore/storage/RecoverableKeyStoreDb;->getShouldCreateSnapshot(II)Z+]Lja…