/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | AuthSessionListener.java | 33 void authEndedFor(int userId, @Authenticators.Types int biometricStrength, int sensorId, in authEndedFor() 39 void lockedOutFor(int userId, @Authenticators.Types int biometricStrength, int sensorId, in lockedOutFor() 45 void lockOutTimed(int userId, @Authenticators.Types int biometricStrength, int sensorId, in lockOutTimed() 51 void resetLockoutFor(int uerId, @Authenticators.Types int biometricStrength, long requestId); in resetLockoutFor()
|
H A D | AuthResultCoordinator.java | 61 private void updateState(@Authenticators.Types int strength, IntFunction<Integer> mapper) { in updateState() 81 void authenticatedFor(@Authenticators.Types int strength) { in authenticatedFor() 91 void lockedOutFor(@Authenticators.Types int strength) { in lockedOutFor() 98 void lockOutTimed(@Authenticators.Types int strength) { in lockOutTimed()
|
H A D | MultiBiometricLockoutState.java | 68 void setPermanentLockOut(int userId, @Authenticators.Types int strength) { in setPermanentLockOut() 85 void clearPermanentLockOut(int userId, @Authenticators.Types int strength) { in clearPermanentLockOut() 102 void setTimedLockout(int userId, @Authenticators.Types int strength) { in setTimedLockout() 119 void clearTimedLockout(int userId, @Authenticators.Types int strength) { in clearTimedLockout() 143 int getLockoutState(int userId, @Authenticators.Types int strength) { in getLockoutState()
|
H A D | AuthSessionCoordinator.java | 113 public int getLockoutStateFor(int userId, @Authenticators.Types int strength) { in getLockoutStateFor() 141 public void lockedOutFor(int userId, @Authenticators.Types int biometricStrength, int sensorId, in lockedOutFor() 152 public void lockOutTimed(int userId, @Authenticators.Types int biometricStrength, int sensorId, in lockOutTimed() 164 public void authEndedFor(int userId, @Authenticators.Types int biometricStrength, int sensorId, in authEndedFor() 178 public void resetLockoutFor(int userId, @Authenticators.Types int biometricStrength, in resetLockoutFor()
|
H A D | AuthResult.java | 28 AuthResult(int status, @BiometricManager.Authenticators.Types int strength) { in AuthResult()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | BiometricSensor.java | 68 public final @Authenticators.Types int oemStrength; // strength as configured by the OEM 72 private @Authenticators.Types int mUpdatedStrength; // updated by BiometricStrengthController 90 @Authenticators.Types int strength, IBiometricAuthenticator impl) { in BiometricSensor() 153 @Authenticators.Types int getCurrentStrength() { in getCurrentStrength() 170 void updateStrength(@Authenticators.Types int newStrength) { in updateStrength()
|
H A D | Utils.java | 108 final @Authenticators.Types int authenticators; in combineAuthenticatorBundles() 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() 187 public static boolean isAtLeastStrength(@Authenticators.Types int sensorStrength, in isAtLeastStrength() 188 @Authenticators.Types int requestedStrength) { in isAtLeastStrength() 373 static int removeBiometricBits(@Authenticators.Types int authenticators) { in removeBiometricBits() 440 public static @Authenticators.Types int getCurrentStrength(int sensorId) { in getCurrentStrength() 539 @Authenticators.Types int strength) { in authenticatorStrengthToPropertyStrength() 552 public static @Authenticators.Types int propertyStrengthToAuthenticatorStrength( in propertyStrengthToAuthenticatorStrength()
|
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() 800 @BiometricManager.Authenticators.Types int strength) { in getHidlFingerprintSensorProps() 842 @BiometricManager.Authenticators.Types int strength) { in getHidlFaceSensorProps() 857 @BiometricManager.Authenticators.Types int strength) { in getHidlIrisSensorProps()
|
H A D | SensorConfig.java | 27 @BiometricManager.Authenticators.Types public final int strength;
|
H A D | BiometricService.java | 596 @Authenticators.Types int authenticators) { 640 @Authenticators.Types int strength, 822 @Authenticators.Types int authenticators) { 847 public int getSupportedModalities(@Authenticators.Types int authenticators) { 863 @Authenticators.Types final int requestedStrength = 868 @Authenticators.Types final int sensorStrength = sensor.getCurrentStrength(); 919 @Authenticators.Types int authenticators) throws RemoteException {
|
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricManager.java | 120 @interface Types {} annotation 201 @NonNull public static String authenticatorToStr(@Authenticators.Types int authenticatorType) { in authenticatorToStr() 223 @Authenticators.Types int mAuthenticators; 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 | BiometricPrompt.java | 368 public Builder setAllowedAuthenticators(@Authenticators.Types int authenticators) { in setAllowedAuthenticators() 482 final @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in build() 1062 @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in authenticate() 1208 private static boolean isCredentialAllowed(@Authenticators.Types int allowedAuthenticators) { in isCredentialAllowed()
|
H A D | PromptInfo.java | 44 private @BiometricManager.Authenticators.Types int mAuthenticators;
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceResetLockoutClient.java | 60 @Authenticators.Types int biometricStrength) { in FaceResetLockoutClient() 113 @Authenticators.Types int biometricStrength, long requestId) { in resetLocalLockoutStateToNone()
|
H A D | FaceAuthenticationClient.java | 90 @Authenticators.Types int sensorStrength) { in FaceAuthenticationClient() 108 @Authenticators.Types int biometricStrength) { in FaceAuthenticationClient()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintResetLockoutClient.java | 60 @Authenticators.Types int biometricStrength) { in FingerprintResetLockoutClient() 113 @Authenticators.Types int biometricStrength, long requestId) { in resetLocalLockoutStateToNone()
|
/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() 57 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators() 268 @Authenticators.Types int authenticators = Integer.MAX_VALUE; in testRemoveBiometricBits()
|
/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
H A D | AnnotationUtils.java | 36 import javax.lang.model.util.Types; 43 private final Types mTypeUtils;
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | FaceServiceRegistry.java | 56 @BiometricManager.Authenticators.Types final int strength = in registerService()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintServiceRegistry.java | 56 @BiometricManager.Authenticators.Types final int strength = in registerService()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/ |
H A D | IrisService.java | 79 final @BiometricManager.Authenticators.Types int strength = in registerAuthenticators()
|
/aosp14/system/core/libutils/ |
H A D | StrongPointer_test.cpp | 51 using RefBaseTypes = ::testing::Types<SPFoo, SPLightFoo>;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | BiometricTestExtensions.kt | 152 @Authenticators.Types
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceAuthenticationClient.java | 78 @Authenticators.Types int sensorStrength) { in FaceAuthenticationClient()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintAuthenticationClient.java | 87 @Authenticators.Types int sensorStrength) { in FingerprintAuthenticationClient()
|