Searched refs:alias1 (Results 1 – 3 of 3) sorted by relevance
177 String alias1 = "casper1"; in decryptApplicationKey_throwsIfWrongMetadata() local186 alias1, in decryptApplicationKey_throwsIfWrongMetadata()195 encryptedKeys.get(alias1), NON_NULL_METADATA); in decryptApplicationKey_throwsIfWrongMetadata()
124 final String alias1 = "testAlias1"; in testEngineAliasesCorrectlyListsEntriesInASingleBatch() local127 KeyDescriptor[] kds = {newKeyDescriptor(alias1), in testEngineAliasesCorrectlyListsEntriesInASingleBatch()139 Assert.assertEquals(aliases.nextElement(), alias1); in testEngineAliasesCorrectlyListsEntriesInASingleBatch() local
192 String alias1 = "alias1"; in getAllKeys_getsKeysWithUserIdAndGenerationId() local197 mRecoverableKeyStoreDb.insertKey(userId, uid, alias1, wrappedKey1); in getAllKeys_getsKeysWithUserIdAndGenerationId()209 assertTrue(keys.containsKey(alias1)); in getAllKeys_getsKeysWithUserIdAndGenerationId()210 WrappedKey retrievedKey1 = keys.get(alias1); in getAllKeys_getsKeysWithUserIdAndGenerationId()