Searched refs:equals (Results 1 – 5 of 5) sorted by relevance
115 if (!Arrays.equals(spec.getBlockModes(), new String[]{KeyProperties.BLOCK_MODE_GCM})) { in validate()125 if (!Arrays.equals(spec.getEncryptionPaddings(), new String[] in validate()
562 if (stringValue.equals(NULL_VALUE)) { in getDecryptedObject()586 if (stringSet.size() == 1 && NULL_VALUE.equals(stringSet.valueAt(0))) { in getDecryptedObject()619 if (key.equals(NULL_VALUE)) { in decryptKey()635 return KEY_KEYSET_ALIAS.equals(key) || VALUE_KEYSET_ALIAS.equals(key); in isReservedKey()
302 if (!mKeyAlias.equals(Api23Impl.getKeystoreAlias(keyGenParameterSpec))) { in setKeyGenParameterSpec()
88 public override fun equals(other: Any?): Boolean = in toSerializableUpdateInfo() method in androidx.security.state.provider.UpdateInfo
148 if (!Build.BRAND.equals("Google", ignoreCase = true)) { in testGetGlobalSecurityState_withGoogleModules_doesNotThrow()