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()
2228 SecretKey key3 = new TransparentSecretKey( in testKeyStore_LargeNumberOfKeysSupported_AES() local2250 new KeyStore.SecretKeyEntry(key3), protectionParams); in testKeyStore_LargeNumberOfKeysSupported_AES()2318 SecretKey key3 = new TransparentSecretKey( in testKeyStore_LargeNumberOfKeysSupported_HMAC() local2338 new KeyStore.SecretKeyEntry(key3), protectionParams); in testKeyStore_LargeNumberOfKeysSupported_HMAC()