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()
268 mDatabase.setShouldCreateSnapshot(userId, uid, true); in initRecoveryService()385 mDatabase.setShouldCreateSnapshot(userId, uid, true); in setServerParams()451 mDatabase.setShouldCreateSnapshot(userId, uid, true); in setRecoverySecretTypes()682 mDatabase.setShouldCreateSnapshot(userId, uid, true); in removeKey()
389 mRecoverableKeyStoreDb.setShouldCreateSnapshot(mUserId, recoveryAgentUid, false); in syncKeysForAgent()450 mRecoverableKeyStoreDb.setShouldCreateSnapshot(mUserId, recoveryAgentUid, true); in shouldCreateSnapshot()
329 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in removeKey_updatesShouldCreateSnapshot()340 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in removeKey_failureDoesNotUpdateShouldCreateSnapshot()352 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_succeedsWithCertFile()373 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()400 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_triesToFilterRootAlias()421 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_usesProdCertificateForEmptyRootAlias()441 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_usesProdCertificateForNullRootAlias()587 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_throwsIfRawPublicKey()620 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryServiceWithSigFile_succeeds()637 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryServiceWithSigFile_usesProdCertificateForNullRootAlias()[all …]
604 mRecoverableKeyStoreDb.setShouldCreateSnapshot(TEST_USER_ID, TEST_RECOVERY_AGENT_UID, true); in run_setsCorrectSnapshotVersion()824 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
19288 …rver/locksettings/recoverablekeystore/storage/RecoverableKeyStoreDb;->setShouldCreateSnapshot(IIZ)J