Home
last modified time | relevance | path

Searched defs:authenticators (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java43 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators() local
57 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators() local
93 int authenticators = 0; in testIsDeviceCredentialAllowed_withIntegerFlags() local
108 int authenticators = 0; in testIsDeviceCredentialAllowed_withBundle() local
126 int authenticators = Integer.MAX_VALUE; in testGetBiometricStrength_removeUnrelatedBits() local
141 int authenticators = 1 << i; in testIsBiometricAllowed() local
148 int authenticators = 1 << i; in testIsBiometricAllowed() local
268 @Authenticators.Types int authenticators = Integer.MAX_VALUE; in testRemoveBiometricBits() local
H A DBiometricServiceTest.java1078 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators() local
1092 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators() local
1344 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenDeviceDoesNotHaveRequestedBiometricStrength() local
1382 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenNoBiometricsEnrolled() local
1400 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenBiometricsNotEnabledForApps() local
1416 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenNoBiometricSensor() local
1539 int authenticators = Authenticators.BIOMETRIC_STRONG; in testWithDowngradedAuthenticator() local
1756 private int invokeCanAuthenticate(BiometricService service, int authenticators) in invokeCanAuthenticate()
1843 Integer authenticators) throws Exception { in invokeAuthenticateAndStart()
1875 Integer authenticators, boolean useDefaultSubtitle, in invokeAuthenticate()
[all …]
H A DAuthSessionTest.java619 boolean checkDevicePolicyManager, @Authenticators.Types int authenticators, in createAuthSession()
632 private PromptInfo createPromptInfo(@Authenticators.Types int authenticators) { in createPromptInfo()
H A DAuthServiceTest.java363 final int authenticators = 0; in testCanAuthenticate_callsBiometricServiceCanAuthenticate() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java108 final @Authenticators.Types int authenticators; in combineAuthenticatorBundles() local
126 static boolean isCredentialRequested(@Authenticators.Types int authenticators) { in isCredentialRequested()
145 static int getPublicBiometricStrength(@Authenticators.Types int authenticators) { in getPublicBiometricStrength()
167 static boolean isBiometricRequested(@Authenticators.Types int authenticators) { in isBiometricRequested()
215 final int authenticators = promptInfo.getAuthenticators(); in isValidAuthenticatorConfig() local
224 static boolean isValidAuthenticatorConfig(int authenticators) { in isValidAuthenticatorConfig()
373 static int removeBiometricBits(@Authenticators.Types int authenticators) { in removeBiometricBits()
H A DAuthService.java309 @Authenticators.Types int authenticators) throws RemoteException { in canAuthenticate()
432 @Authenticators.Types int authenticators) throws RemoteException { in getButtonLabel()
478 @Authenticators.Types int authenticators) throws RemoteException { in getPromptMessage()
548 @Authenticators.Types int authenticators) throws RemoteException { in getSettingName()
H A DAuthSession.java468 @BiometricManager.Authenticators.Types int authenticators = in onErrorReceived() local
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DIAuthService.aidl58 int canAuthenticate(String opPackageName, int userId, int authenticators); in canAuthenticate()
87 CharSequence getButtonLabel(int userId, String opPackageName, int authenticators); in getButtonLabel()
91 CharSequence getPromptMessage(int userId, String opPackageName, int authenticators); in getPromptMessage()
95 CharSequence getSettingName(int userId, String opPackageName, int authenticators); in getSettingName()
H A DBiometricManager.java226 @Authenticators.Types int authenticators) { in Strings()
460 public int canAuthenticate(@Authenticators.Types int authenticators) { in canAuthenticate()
474 public int canAuthenticate(int userId, @Authenticators.Types int authenticators) { in canAuthenticate()
498 public Strings getStrings(@Authenticators.Types int authenticators) { in getStrings()
H A DIBiometricService.aidl54 int canAuthenticate(String opPackageName, int userId, int callingUserId, int authenticators); in canAuthenticate()
102 int getCurrentModality(String opPackageName, int userId, int callingUserId, int authenticators); in getCurrentModality()
106 int getSupportedModalities(int authenticators); in getSupportedModalities()
H A DBiometricPrompt.java368 public Builder setAllowedAuthenticators(@Authenticators.Types int authenticators) { in setAllowedAuthenticators()
482 final @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in build() local
1062 @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in authenticate() local
H A DPromptInfo.java200 public void setAuthenticators(int authenticators) { in setAuthenticators()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DBiometricTestExtensions.kt65 var authenticators = Authenticators.BIOMETRIC_WEAK regex
154 var authenticators = Authenticators.EMPTY_SET regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java939 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in showAuthenticationDialog() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...