/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | UtilsTest.java | 43 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 D | BiometricServiceTest.java | 1078 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 D | AuthSessionTest.java | 619 boolean checkDevicePolicyManager, @Authenticators.Types int authenticators, in createAuthSession() 632 private PromptInfo createPromptInfo(@Authenticators.Types int authenticators) { in createPromptInfo()
|
H A D | AuthServiceTest.java | 363 final int authenticators = 0; in testCanAuthenticate_callsBiometricServiceCanAuthenticate() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | Utils.java | 108 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 D | AuthService.java | 309 @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 D | AuthSession.java | 468 @BiometricManager.Authenticators.Types int authenticators = in onErrorReceived() local
|
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IAuthService.aidl | 58 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 D | BiometricManager.java | 226 @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 D | IBiometricService.aidl | 54 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 D | BiometricPrompt.java | 368 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 D | PromptInfo.java | 200 public void setAuthenticators(int authenticators) { in setAuthenticators()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | BiometricTestExtensions.kt | 65 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 D | AuthController.java | 939 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in showAuthenticationDialog() local
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |