| /frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
| 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
|
| D | BiometricServiceTest.java | 896 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators() local 910 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators() local 1163 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenDeviceDoesNotHaveRequestedBiometricStrength() local 1198 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenNoBiometricsEnrolled() local 1215 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenBiometricsNotEnabledForApps() local 1231 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenNoBiometricSensor() local 1353 int authenticators = Authenticators.BIOMETRIC_STRONG; in testWithDowngradedAuthenticator() local 1540 private int invokeCanAuthenticate(BiometricService service, int authenticators) in invokeCanAuthenticate() 1622 Integer authenticators) throws Exception { in invokeAuthenticateAndStart() 1649 Integer authenticators) throws Exception { in invokeAuthenticate() [all …]
|
| D | AuthSessionTest.java | 304 boolean checkDevicePolicyManager, @Authenticators.Types int authenticators, in createAuthSession() 317 private PromptInfo createPromptInfo(@Authenticators.Types int authenticators) { in createPromptInfo()
|
| D | AuthServiceTest.java | 269 final int authenticators = 0; in testCanAuthenticate_callsBiometricServiceCanAuthenticate() local
|
| /frameworks/base/services/core/java/com/android/server/biometrics/ |
| D | Utils.java | 100 final @Authenticators.Types int authenticators; in combineAuthenticatorBundles() local 118 static boolean isCredentialRequested(@Authenticators.Types int authenticators) { in isCredentialRequested() 137 static int getPublicBiometricStrength(@Authenticators.Types int authenticators) { in getPublicBiometricStrength() 159 static boolean isBiometricRequested(@Authenticators.Types int authenticators) { in isBiometricRequested() 207 final int authenticators = promptInfo.getAuthenticators(); in isValidAuthenticatorConfig() local 216 static boolean isValidAuthenticatorConfig(int authenticators) { in isValidAuthenticatorConfig() 361 static int removeBiometricBits(@Authenticators.Types int authenticators) { in removeBiometricBits()
|
| D | AuthService.java | 292 @Authenticators.Types int authenticators) throws RemoteException { in canAuthenticate() 405 @Authenticators.Types int authenticators) throws RemoteException { in getButtonLabel() 451 @Authenticators.Types int authenticators) throws RemoteException { in getPromptMessage() 521 @Authenticators.Types int authenticators) throws RemoteException { in getSettingName()
|
| D | BiometricService.java | 729 @Authenticators.Types int authenticators) { in canAuthenticate() 923 @Authenticators.Types int authenticators) { in getCurrentModality() 946 public int getSupportedModalities(@Authenticators.Types int authenticators) { in getSupportedModalities() 1018 @Authenticators.Types int authenticators) throws RemoteException { in createPreAuthInfo()
|
| D | AuthSession.java | 410 @BiometricManager.Authenticators.Types int authenticators = in onErrorReceived() local
|
| /frameworks/base/core/java/android/hardware/biometrics/ |
| D | IAuthService.aidl | 54 int canAuthenticate(String opPackageName, int userId, int authenticators); in canAuthenticate() 80 CharSequence getButtonLabel(int userId, String opPackageName, int authenticators); in getButtonLabel() 84 CharSequence getPromptMessage(int userId, String opPackageName, int authenticators); in getPromptMessage() 88 CharSequence getSettingName(int userId, String opPackageName, int authenticators); in getSettingName()
|
| D | BiometricManager.java | 227 @Authenticators.Types int authenticators) { in Strings() 461 public int canAuthenticate(@Authenticators.Types int authenticators) { in canAuthenticate() 475 public int canAuthenticate(int userId, @Authenticators.Types int authenticators) { in canAuthenticate() 499 public Strings getStrings(@Authenticators.Types int authenticators) { in getStrings()
|
| D | IBiometricService.aidl | 48 int canAuthenticate(String opPackageName, int userId, int callingUserId, int authenticators); in canAuthenticate() 84 int getCurrentModality(String opPackageName, int userId, int callingUserId, int authenticators); in getCurrentModality() 87 int getSupportedModalities(int authenticators); in getSupportedModalities()
|
| D | BiometricPrompt.java | 340 public Builder setAllowedAuthenticators(@Authenticators.Types int authenticators) { in setAllowedAuthenticators() 424 final @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in build() local 942 @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in authenticate() local
|
| D | PromptInfo.java | 175 public void setAuthenticators(int authenticators) { in setAuthenticators()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
| D | Utils.java | 75 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in isDeviceCredentialAllowed() local 80 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in isBiometricAllowed() local
|
| D | AuthController.java | 506 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in showAuthenticationDialog() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
| D | AuthContainerViewTest.java | 239 private void initializeContainer(int authenticators) { in initializeContainer()
|
| D | AuthBiometricViewTest.java | 360 int authenticators = Authenticators.BIOMETRIC_WEAK; in buildPromptInfo() local
|