Home
last modified time | relevance | path

Searched defs:hasStrongBox (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/wycheproof/keystore-cts/java/android/keystore/cts/util/
H A DKeyStoreUtil.java97 public static boolean hasStrongBox() { in hasStrongBox() method in KeyStoreUtil
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
H A DFingerprintBoundKeysTest.java311 private boolean hasStrongBox; field in FingerprintBoundKeysTest.FingerprintAuthDialogFragment
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
H A DKeyManagementTest.java825 boolean hasStrongBox() { in hasStrongBox() method in KeyManagementTest
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/util/
H A DTestUtils.java266 public static boolean hasStrongBox(Context context) { in hasStrongBox() method in TestUtils