Searched refs:setShouldCreateSnapshot (Results 1 – 7 of 7) sorted by relevance
113 long updatedRows = mDatabase.setShouldCreateSnapshot(userId, uid, true); in generateAndStoreKey()157 mDatabase.setShouldCreateSnapshot(userId, uid, true); in importKey()
394 mRecoverableKeyStoreDb.setShouldCreateSnapshot(mUserId, recoveryAgentUid, false); in syncKeysForAgent()455 mRecoverableKeyStoreDb.setShouldCreateSnapshot(mUserId, recoveryAgentUid, true); in shouldCreateSnapshot()
301 mDatabase.setShouldCreateSnapshot(userId, uid, true); in initRecoveryService()419 mDatabase.setShouldCreateSnapshot(userId, uid, true); in setServerParams()485 mDatabase.setShouldCreateSnapshot(userId, uid, true); in setRecoverySecretTypes()717 mDatabase.setShouldCreateSnapshot(userId, uid, true); in removeKey()
358 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in removeKey_updatesShouldCreateSnapshot()369 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in removeKey_failureDoesNotUpdateShouldCreateSnapshot()382 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_succeedsWithCertFile()404 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()432 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_triesToFilterRootAlias()454 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_usesProdCertificateForEmptyRootAlias()475 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_usesProdCertificateForNullRootAlias()625 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryService_throwsIfRawPublicKey()659 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryServiceWithSigFile_succeeds()676 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, false); in initRecoveryServiceWithSigFile_usesProdCertificateForNullRootAlias()[all …]
649 mRecoverableKeyStoreDb.setShouldCreateSnapshot(TEST_USER_ID, TEST_RECOVERY_AGENT_UID, true); in run_setsCorrectSnapshotVersion()913 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, recoveryAgentUid, true); in addApplicationKey()
903 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, value1); in setShouldCreateSnapshot_defaultValueAndTwoUpdates()905 mRecoverableKeyStoreDb.setShouldCreateSnapshot(userId, uid, value2); in setShouldCreateSnapshot_defaultValueAndTwoUpdates()
937 public long setShouldCreateSnapshot(int userId, int uid, boolean pending) { in setShouldCreateSnapshot() method in RecoverableKeyStoreDb