Home
last modified time | relevance | path

Searched refs:alias2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java199 String alias2 = "alias2"; in getAllKeys_getsKeysWithUserIdAndGenerationId() local
204 mRecoverableKeyStoreDb.insertKey(userId, uid, alias2, wrappedKey2); in getAllKeys_getsKeysWithUserIdAndGenerationId()
216 assertTrue(keys.containsKey(alias2)); in getAllKeys_getsKeysWithUserIdAndGenerationId()
217 WrappedKey retrievedKey2 = keys.get(alias2); in getAllKeys_getsKeysWithUserIdAndGenerationId()
453 String alias2 = "test2"; in getStatusForAllKeys_with3Keys() local
461 mRecoverableKeyStoreDb.insertKey(userId, uid, alias2, wrappedKey); in getStatusForAllKeys_with3Keys()
473 assertThat(statuses).containsEntry(alias2, status); in getStatusForAllKeys_with3Keys()
484 assertThat(statuses).containsEntry(alias2, status); in getStatusForAllKeys_with3Keys()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DKeySyncUtilsTest.java178 String alias2 = "casper2"; in decryptApplicationKey_throwsIfWrongMetadata() local
188 alias2, in decryptApplicationKey_throwsIfWrongMetadata()
202 encryptedKeys.get(alias2), NULL_METADATA); in decryptApplicationKey_throwsIfWrongMetadata()
/frameworks/base/keystore/tests/src/android/security/keystore2/
DAndroidKeyStoreSpiTest.java125 final String alias2 = "testAlias2"; in testEngineAliasesCorrectlyListsEntriesInASingleBatch() local
128 newKeyDescriptor(alias2), newKeyDescriptor(alias3)}; in testEngineAliasesCorrectlyListsEntriesInASingleBatch()
141 Assert.assertEquals(aliases.nextElement(), alias2); in testEngineAliasesCorrectlyListsEntriesInASingleBatch() local