/aosp12/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 | 906 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators() local 920 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators() local 1172 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenDeviceDoesNotHaveRequestedBiometricStrength() local 1207 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenNoBiometricsEnrolled() local 1224 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenBiometricsNotEnabledForApps() local 1240 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenNoBiometricSensor() local 1362 int authenticators = Authenticators.BIOMETRIC_STRONG; in testWithDowngradedAuthenticator() local 1552 private int invokeCanAuthenticate(BiometricService service, int authenticators) in invokeCanAuthenticate() 1634 Integer authenticators) throws Exception { in invokeAuthenticateAndStart() 1664 Integer authenticators) throws Exception { in invokeAuthenticate() [all …]
|
H A D | AuthSessionTest.java | 398 boolean checkDevicePolicyManager, @Authenticators.Types int authenticators, in createAuthSession() 411 private PromptInfo createPromptInfo(@Authenticators.Types int authenticators) { in createPromptInfo()
|
H A D | AuthServiceTest.java | 269 final int authenticators = 0; in testCanAuthenticate_callsBiometricServiceCanAuthenticate() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | Utils.java | 99 final @Authenticators.Types int authenticators; in combineAuthenticatorBundles() local 117 static boolean isCredentialRequested(@Authenticators.Types int authenticators) { in isCredentialRequested() 136 static int getPublicBiometricStrength(@Authenticators.Types int authenticators) { in getPublicBiometricStrength() 158 static boolean isBiometricRequested(@Authenticators.Types int authenticators) { in isBiometricRequested() 206 final int authenticators = promptInfo.getAuthenticators(); in isValidAuthenticatorConfig() local 215 static boolean isValidAuthenticatorConfig(int authenticators) { in isValidAuthenticatorConfig() 364 static int removeBiometricBits(@Authenticators.Types int authenticators) { in removeBiometricBits()
|
H A D | AuthService.java | 293 @Authenticators.Types int authenticators) throws RemoteException { in canAuthenticate() 406 @Authenticators.Types int authenticators) throws RemoteException { in getButtonLabel() 452 @Authenticators.Types int authenticators) throws RemoteException { in getPromptMessage() 522 @Authenticators.Types int authenticators) throws RemoteException { in getSettingName()
|
H A D | BiometricService.java | 744 @Authenticators.Types int authenticators) { in canAuthenticate() 938 @Authenticators.Types int authenticators) { in getCurrentModality() 961 public int getSupportedModalities(@Authenticators.Types int authenticators) { in getSupportedModalities() 1033 @Authenticators.Types int authenticators) throws RemoteException { in createPreAuthInfo()
|
H A D | AuthSession.java | 423 @BiometricManager.Authenticators.Types int authenticators = in onErrorReceived() local
|
/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IAuthService.aidl | 55 int canAuthenticate(String opPackageName, int userId, int authenticators); in canAuthenticate() 81 CharSequence getButtonLabel(int userId, String opPackageName, int authenticators); in getButtonLabel() 85 CharSequence getPromptMessage(int userId, String opPackageName, int authenticators); in getPromptMessage() 89 CharSequence getSettingName(int userId, String opPackageName, int authenticators); in getSettingName()
|
H A 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()
|
H A D | IBiometricService.aidl | 49 int canAuthenticate(String opPackageName, int userId, int callingUserId, int authenticators); in canAuthenticate() 85 int getCurrentModality(String opPackageName, int userId, int callingUserId, int authenticators); in getCurrentModality() 88 int getSupportedModalities(int authenticators); in getSupportedModalities()
|
H A D | BiometricPrompt.java | 340 public Builder setAllowedAuthenticators(@Authenticators.Types int authenticators) { in setAllowedAuthenticators() 437 final @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in build() local 965 @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in authenticate() local
|
H A D | PromptInfo.java | 178 public void setAuthenticators(int authenticators) { in setAuthenticators()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | Utils.java | 78 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in isDeviceCredentialAllowed() local 83 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in isBiometricAllowed() local
|
H A D | AuthController.java | 577 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in showAuthenticationDialog() local
|
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
H A D | IKeystoreSecurityLevel.aidl | 41 …ware.security.keymint.KeyParameter[] params, in android.system.keystore2.AuthenticatorSpec[] authe… in importWrappedKey()
|
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
H A D | IKeystoreSecurityLevel.aidl | 41 …ware.security.keymint.KeyParameter[] params, in android.system.keystore2.AuthenticatorSpec[] authe… in importWrappedKey()
|
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
H A D | IKeystoreSecurityLevel.aidl | 178 in AuthenticatorSpec[] authenticators); in importWrappedKey()
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/ |
H A D | BiometricEnrollActivity.java | 180 final int authenticators = getIntent().getIntExtra( in onCreate() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | AuthContainerViewTest.java | 239 private void initializeContainer(int authenticators) { in initializeContainer()
|
H A D | AuthBiometricViewTest.java | 362 int authenticators = Authenticators.BIOMETRIC_WEAK; in buildPromptInfo() local
|