/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/ |
H A D | IBiometricsFingerprint.hal | 79 @callflow(next={"authenticate", "setActiveGroup", "enumerate", "remove"}) 91 @callflow(next={"authenticate"}) 95 * Cancel pending enroll or authenticate, sending FINGERPRINT_ERROR_CANCELED 101 @callflow(next={"authenticate", "enroll", "enumerate", "remove", 116 @callflow(next={"remove", "enroll", "authenticate", "setActiveGroup"}) 135 @callflow(next={"enumerate", "authenticate", "cancel", "getAuthenticatorId", 149 @callflow(next={"authenticate", "preEnroll", "enumerate", "remove"}) 162 authenticate(uint64_t operationId, uint32_t gid)
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitorTest.java | 517 verify(mFaceManager).authenticate(any(), any(), any(), any(), anyInt(), anyBoolean()); in testTriesToAuthenticate_whenBouncer() 527 verify(mFaceManager).authenticate(any(), any(), any(), any(), anyInt(), anyBoolean()); in testTriesToAuthenticate_whenKeyguard() 537 verify(mFaceManager, never()).authenticate(any(), any(), any(), any(), anyInt(), in skipsAuthentication_whenStatusBarShadeLocked() 550 verify(mFaceManager, never()).authenticate(any(), any(), any(), any(), anyInt(), in skipsAuthentication_whenEncryptedKeyguard() 574 verify(mFaceManager).authenticate(any(), any(), any(), any(), anyInt(), anyBoolean()); in testStrongAuthExceptOnBouncer() 580 verify(mFaceManager, never()).authenticate(any(), any(), any(), any(), anyInt(), in testStrongAuthExceptOnBouncer() 611 verify(mFaceManager, never()).authenticate(any(), any(), any(), any(), anyInt(), in testIgnoresAuth_whenTrustAgentOnKeyguard_withoutBypass() 623 verify(mFaceManager, never()).authenticate(any(), any(), any(), any(), anyInt(), in testIgnoresAuth_whenLockdown() 647 verify(mFaceManager, never()).authenticate(any(), any(), any(), any(), anyInt(), in testOnFaceAuthenticated_skipsFaceWhenAuthenticated() 1063 verify(mFingerprintManager, never()).authenticate(any(), any(), any(), in testFaceDoesNotAuth_afterPinAttempt() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | AuthServiceTest.java | 195 mAuthService.mImpl.authenticate( in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate() 203 verify(mBiometricService).authenticate( in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate() 224 mAuthService.mImpl.authenticate( in testAuthenticate_appOpsDenied_doesNotCallBiometricService() 232 verify(mBiometricService, never()).authenticate( in testAuthenticate_appOpsDenied_doesNotCallBiometricService() 251 mAuthService.mImpl.authenticate( in testAuthenticate_missingRequiredParam()
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/ |
H A D | filelist.mk | 10 HEADERS += $(MPL_DIR)/authenticate.h 29 SOURCES += $(MPL_DIR)/authenticate.c
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mpl/build/ |
H A D | filelist.mk | 10 HEADERS += $(MPL_DIR)/authenticate.h 29 SOURCES += $(MPL_DIR)/authenticate.c
|
/aosp12/frameworks/base/core/java/android/nfc/tech/ |
H A D | MifareClassic.java | 339 return authenticate(sectorIndex, key, true); in authenticateSectorWithKeyA() 366 return authenticate(sectorIndex, key, false); in authenticateSectorWithKeyB() 369 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { in authenticate() method in MifareClassic
|
/aosp12/hardware/interfaces/biometrics/face/1.0/ |
H A D | IBiometricsFace.hal | 66 @callflow(next={"authenticate", "generateChallenge", "enumerate", "remove"}) 139 @callflow(next={"authenticate", "setActiveUser", "enumerate", "remove"}) 194 @callflow(next={"authenticate"}) 198 * Cancels the current enroll, authenticate, remove, or enumerate operation. 202 @callflow(next={"authenticate", "enroll", "enumerate", "remove", 214 @callflow(next={"remove", "enroll", "authenticate", "setActiveUser"}) 227 @callflow(next={"enumerate", "authenticate", "cancel", "getAuthenticatorId", 245 authenticate(uint64_t operationId) generates (Status status);
|
/aosp12/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
H A D | NfcAdapterExtras.java | 230 public void authenticate(byte[] token) { in authenticate() method in NfcAdapterExtras 232 sService.authenticate(mPackageName, token); in authenticate()
|
/aosp12/hardware/libhardware/tests/fingerprint/ |
H A D | fingerprint_tests.cpp | 48 ASSERT_TRUE(NULL != fp_device()->authenticate) in TEST_F()
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/ |
H A D | ISession.aidl | 200 ICancellationSignal authenticate(in long operationId); in authenticate() method
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/ |
H A D | ISession.aidl | 40 android.hardware.biometrics.common.ICancellationSignal authenticate(in long operationId); in authenticate() method
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/ |
H A D | ISession.aidl | 40 android.hardware.biometrics.common.ICancellationSignal authenticate(in long operationId); in authenticate() method
|
/aosp12/frameworks/base/core/java/android/nfc/ |
H A D | INfcAdapterExtras.aidl | 37 void authenticate(in String pkg, in byte[] token); in authenticate() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/ |
H A D | ISession.aidl | 213 ICancellationSignal authenticate(in long operationId); in authenticate() method
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | InlineSuggestionFactory.java | 52 InlineSuggestionInfo.TYPE_ACTION, () -> uiCallback.authenticate(requestId, in createInlineAuthentication() 188 public void authenticate(int requestId, int datasetIndex) { in createInlineSuggestionTooltip()
|
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/ |
H A D | ISession.aidl | 41 android.hardware.biometrics.common.ICancellationSignal authenticate(in long operationId); in authenticate() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/ |
H A D | ISession.aidl | 41 android.hardware.biometrics.common.ICancellationSignal authenticate(in long operationId); in authenticate() method
|
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintManager.java | 539 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() method in FingerprintManager 541 authenticate(crypto, cancel, callback, handler, SENSOR_ID_ANY, mContext.getUserId(), flags); in authenticate() 549 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() method in FingerprintManager 551 authenticate(crypto, cancel, callback, handler, SENSOR_ID_ANY, userId, 0 /* flags */); in authenticate() 559 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() method in FingerprintManager 585 final long authId = mService.authenticate(mToken, operationId, sensorId, userId, in authenticate()
|
/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IAuthService.aidl | 47 long authenticate(IBinder token, long sessionId, int userId, in authenticate() method
|
H A D | IBiometricService.aidl | 42 long authenticate(IBinder token, long operationId, int userId, in authenticate() method
|
H A D | BiometricPrompt.java | 939 public void authenticate(@NonNull CryptoObject crypto, in authenticate() method in BiometricPrompt 1005 public void authenticate(@NonNull CancellationSignal cancel, in authenticate() method in BiometricPrompt 1089 final long authId = mService.authenticate(mToken, operationId, userId, in authenticateInternal()
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/default/ |
H A D | BiometricsFingerprint.h | 59 Return<RequestStatus> authenticate(uint64_t operationId, uint32_t gid) override;
|
H A D | BiometricsFingerprint.cpp | 104 Return<RequestStatus> BiometricsFingerprint::authenticate(uint64_t /* operationId */, in authenticate() function in android::hardware::biometrics::fingerprint::V2_2::implementation::BiometricsFingerprint
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | fingerprint.h | 261 int (*authenticate)(struct fingerprint_device *dev, uint64_t operation_id, uint32_t gid); member
|
/aosp12/hardware/libhardware/modules/fingerprint/ |
H A D | fingerprint.c | 102 dev->authenticate = fingerprint_authenticate; in fingerprint_open()
|