Searched refs:key3 (Results 1 – 2 of 2) sorted by relevance
428 String key3 = DatabaseUtils.getCollationKey("bcd"); in testCollationKey() local431 assertFalse(key1.equals(key3)); in testCollationKey()435 key3 = DatabaseUtils.getHexCollationKey("bcd"); in testCollationKey()438 assertFalse(key1.equals(key3)); in testCollationKey()
2186 SecretKey key3 = new TransparentSecretKey( in testKeyStore_LargeNumberOfKeysSupported_AES() local2203 new KeyStore.SecretKeyEntry(key3), protectionParams); in testKeyStore_LargeNumberOfKeysSupported_AES()2252 SecretKey key3 = new TransparentSecretKey( in testKeyStore_LargeNumberOfKeysSupported_HMAC() local2267 new KeyStore.SecretKeyEntry(key3), protectionParams); in testKeyStore_LargeNumberOfKeysSupported_HMAC()