Searched refs:setShouldCreateSnapshot (Results 1 – 8 of 8) sorted by relevance
113 long updatedRows = mDatabase.setShouldCreateSnapshot(userId, uid, true); in generateAndStoreKey()157 mDatabase.setShouldCreateSnapshot(userId, uid, true); in importKey()
267 mDatabase.setShouldCreateSnapshot(userId, uid, true); in initRecoveryService()384 mDatabase.setShouldCreateSnapshot(userId, uid, true); in setServerParams()450 mDatabase.setShouldCreateSnapshot(userId, uid, true); in setRecoverySecretTypes()681 mDatabase.setShouldCreateSnapshot(userId, uid, true); in removeKey()
376 mRecoverableKeyStoreDb.setShouldCreateSnapshot(mUserId, recoveryAgentUid, false); in syncKeysForAgent()437 mRecoverableKeyStoreDb.setShouldCreateSnapshot(mUserId, recoveryAgentUid, true); in shouldCreateSnapshot()
328 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in removeKey_updatesShouldCreateSnapshot()339 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in removeKey_failureDoesNotUpdateShouldCreateSnapshot()351 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_succeedsWithCertFile()372 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()399 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_triesToFilterRootAlias()420 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_usesProdCertificateForEmptyRootAlias()440 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_usesProdCertificateForNullRootAlias()586 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_throwsIfRawPublicKey()619 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryServiceWithSigFile_succeeds()636 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryServiceWithSigFile_usesProdCertificateForNullRootAlias()[all …]
619 mRecoverableKeyStoreDb.setShouldCreateSnapshot(TEST_USER_ID, TEST_RECOVERY_AGENT_UID, true); in run_setsCorrectSnapshotVersion()839 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, recoveryAgentUid, true); in addApplicationKey()
864 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, value1); in setShouldCreateSnapshot_defaultValueAndTwoUpdates()866 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, value2); in setShouldCreateSnapshot_defaultValueAndTwoUpdates()
889 public long setShouldCreateSnapshot(int userId, int uid, boolean pending) { in setShouldCreateSnapshot() method in RecoverableKeyStoreDb
8549 …rver/locksettings/recoverablekeystore/storage/RecoverableKeyStoreDb;->setShouldCreateSnapshot(IIZ)J