Home
last modified time | relevance | path

Searched refs:authenticate (Results 1 – 25 of 88) sorted by relevance

1234

/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/
H A DIBiometricsFingerprint.hal79 @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 DKeyguardUpdateMonitorTest.java517 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 DAuthServiceTest.java195 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 Dfilelist.mk10 HEADERS += $(MPL_DIR)/authenticate.h
29 SOURCES += $(MPL_DIR)/authenticate.c
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mpl/build/
H A Dfilelist.mk10 HEADERS += $(MPL_DIR)/authenticate.h
29 SOURCES += $(MPL_DIR)/authenticate.c
/aosp12/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java339 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 DIBiometricsFace.hal66 @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 DNfcAdapterExtras.java230 public void authenticate(byte[] token) { in authenticate() method in NfcAdapterExtras
232 sService.authenticate(mPackageName, token); in authenticate()
/aosp12/hardware/libhardware/tests/fingerprint/
H A Dfingerprint_tests.cpp48 ASSERT_TRUE(NULL != fp_device()->authenticate) in TEST_F()
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
H A DISession.aidl200 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 DISession.aidl40 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 DISession.aidl40 android.hardware.biometrics.common.ICancellationSignal authenticate(in long operationId); in authenticate() method
/aosp12/frameworks/base/core/java/android/nfc/
H A DINfcAdapterExtras.aidl37 void authenticate(in String pkg, in byte[] token); in authenticate() method
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DISession.aidl213 ICancellationSignal authenticate(in long operationId); in authenticate() method
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineSuggestionFactory.java52 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 DISession.aidl41 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 DISession.aidl41 android.hardware.biometrics.common.ICancellationSignal authenticate(in long operationId); in authenticate() method
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java539 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 DIAuthService.aidl47 long authenticate(IBinder token, long sessionId, int userId, in authenticate() method
H A DIBiometricService.aidl42 long authenticate(IBinder token, long operationId, int userId, in authenticate() method
H A DBiometricPrompt.java939 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 DBiometricsFingerprint.h59 Return<RequestStatus> authenticate(uint64_t operationId, uint32_t gid) override;
H A DBiometricsFingerprint.cpp104 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 Dfingerprint.h261 int (*authenticate)(struct fingerprint_device *dev, uint64_t operation_id, uint32_t gid); member
/aosp12/hardware/libhardware/modules/fingerprint/
H A Dfingerprint.c102 dev->authenticate = fingerprint_authenticate; in fingerprint_open()

1234