Home
last modified time | relevance | path

Searched refs:KEY_NAME_NO_STRONGBOX (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DBiometricStrongTests.java63 private static final String KEY_NAME_NO_STRONGBOX = "key_without_strongbox"; field in BiometricStrongTests
124 testBiometricBoundEncryption(KEY_NAME_NO_STRONGBOX, PAYLOAD, in onCreate()
151 if (isKeyInvalidated(KEY_NAME_NO_STRONGBOX)) { in onCreate()
DCredentialCryptoTests.java45 private static final String KEY_NAME_NO_STRONGBOX = "credential_timed_key_no_strongbox"; field in CredentialCryptoTests
111 testTimedKey(KEY_NAME_NO_STRONGBOX, false /* useStrongBox */); in onCreate()