Searched refs:authTypes (Results 1 – 4 of 4) sorted by relevance
38 String authTypes[] = {"android.security.cts"}; in accountSettings() local40 intent.putExtra("account_types", authTypes); in accountSettings()
65 String authTypes[] = {"com.launchanywhere"}; in onCreate() local66 attacker.putExtra("account_types", authTypes); in onCreate()
187 static void createTimeBoundSecretKey(String keyName, int authTypes, boolean useStrongBox) in createTimeBoundSecretKey() argument202 .setUserAuthenticationParameters(1 /* seconds */, authTypes) in createTimeBoundSecretKey()
128 String authTypes[] = { SECURITY_CTS_PACKAGE_NAME }; in trigger() local129 intent.putExtra("account_types", authTypes); in trigger()