Searched refs:generateKeyAndSimulateSync (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverableKeyStoreManagerTest.java | 417 generateKeyAndSimulateSync(userId, uid, 10); in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate() 613 generateKeyAndSimulateSync(userId, uid, 10); in initRecoveryService_ignoresTheSameSerial() 1157 generateKeyAndSimulateSync(userId, uid, 10); in setServerParams_doesNotSetSnapshotPendingIfSettingSameValue() 1171 generateKeyAndSimulateSync(userId, uid, 10); in setServerParams_setsSnapshotPendingIfUpdatingValue() 1218 generateKeyAndSimulateSync(userId, uid, 10); in setRecoverySecretTypes_doesNotSetSnapshotPendingIfSettingSameValue() 1234 generateKeyAndSimulateSync(userId, uid, 10); in setRecoverySecretTypes_setsSnapshotPendingIfUpdatingValue() 1257 generateKeyAndSimulateSync(userId, uid, 10); in setRecoverySecretTypes_updatesShouldCreateSnapshot() 1517 private void generateKeyAndSimulateSync(int userId, int uid, int snapshotVersion) in generateKeyAndSimulateSync() method in RecoverableKeyStoreManagerTest
|