Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAuthSessionListener.java33 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 DAuthResultCoordinator.java61 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 DMultiBiometricLockoutState.java68 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 DAuthSessionCoordinator.java113 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 DAuthResult.java28 AuthResult(int status, @BiometricManager.Authenticators.Types int strength) { in AuthResult()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricSensor.java68 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 DUtils.java108 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 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()
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 DSensorConfig.java27 @BiometricManager.Authenticators.Types public final int strength;
H A DBiometricService.java596 @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 DBiometricManager.java120 @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 DBiometricPrompt.java368 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 DPromptInfo.java44 private @BiometricManager.Authenticators.Types int mAuthenticators;
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceResetLockoutClient.java60 @Authenticators.Types int biometricStrength) { in FaceResetLockoutClient()
113 @Authenticators.Types int biometricStrength, long requestId) { in resetLocalLockoutStateToNone()
H A DFaceAuthenticationClient.java90 @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 DFingerprintResetLockoutClient.java60 @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 DUtilsTest.java43 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 DAnnotationUtils.java36 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 DFaceServiceRegistry.java56 @BiometricManager.Authenticators.Types final int strength = in registerService()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintServiceRegistry.java56 @BiometricManager.Authenticators.Types final int strength = in registerService()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisService.java79 final @BiometricManager.Authenticators.Types int strength = in registerAuthenticators()
/aosp14/system/core/libutils/
H A DStrongPointer_test.cpp51 using RefBaseTypes = ::testing::Types<SPFoo, SPLightFoo>;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DBiometricTestExtensions.kt152 @Authenticators.Types
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceAuthenticationClient.java78 @Authenticators.Types int sensorStrength) { in FaceAuthenticationClient()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintAuthenticationClient.java87 @Authenticators.Types int sensorStrength) { in FingerprintAuthenticationClient()

12