Home
last modified time | relevance | path

Searched refs:authTypes (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0921/src/android/security/cts/CVE_2021_0921/
DTrigger.java38 String authTypes[] = {"android.security.cts"}; in accountSettings() local
40 intent.putExtra("account_types", authTypes); in accountSettings()
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
DStartExploit.java65 String authTypes[] = {"com.launchanywhere"}; in onCreate() local
66 attacker.putExtra("account_types", authTypes); in onCreate()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DUtils.java187 static void createTimeBoundSecretKey(String keyName, int authTypes, boolean useStrongBox) in createTimeBoundSecretKey() argument
202 .setUserAuthenticationParameters(1 /* seconds */, authTypes) in createTimeBoundSecretKey()
/cts/tests/tests/security/src/android/security/cts/
DNanoAppBundleTest.java128 String authTypes[] = { SECURITY_CTS_PACKAGE_NAME }; in trigger() local
129 intent.putExtra("account_types", authTypes); in trigger()