Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java249 default void authenticate(@NonNull CryptoObject crypto, in authenticate() method
274 default void authenticate(@NonNull CancellationSignal cancel, in authenticate() method
DIBiometricService.aidl35 void authenticate(IBinder token, long sessionId, int userId, in authenticate() method
DBiometricPrompt.java557 public void authenticate(@NonNull CryptoObject crypto, in authenticate() method in BiometricPrompt
607 public void authenticate(@NonNull CancellationSignal cancel, in authenticate() method in BiometricPrompt
652 mService.authenticate(mToken, sessionId, userId, mBiometricServiceReceiver, in authenticateInternal()
/frameworks/base/core/java/android/nfc/tech/
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
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
DNfcAdapterExtras.java230 public void authenticate(byte[] token) { in authenticate() method in NfcAdapterExtras
232 sService.authenticate(mPackageName, token); in authenticate()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java302 verify(mFaceManager).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testTriesToAuthenticate_whenBouncer()
312 verify(mFaceManager).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testTriesToAuthenticate_whenKeyguard()
323 verify(mFaceManager, never()).authenticate(any(), any(), anyInt(), any(), any()); in skipsAuthentication_whenEncryptedKeyguard()
331 verify(mFaceManager).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testTriesToAuthenticate_whenAssistant()
340 verify(mFaceManager, never()).authenticate(any(), any(), anyInt(), any(), any()); in testOnFaceAuthenticated_skipsFaceWhenAuthenticated()
/frameworks/base/core/java/android/nfc/
DINfcAdapterExtras.aidl37 void authenticate(in String pkg, in byte[] token); in authenticate() method
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl30 void authenticate(IBinder token, long sessionId, int userid, in authenticate() method
DFaceManager.java170 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() method in FaceManager
172 authenticate(crypto, cancel, flags, callback, handler, mContext.getUserId()); in authenticate()
207 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() method in FaceManager
230 mService.authenticate(mToken, sessionId, userId, mServiceReceiver, in authenticate()
/frameworks/base/core/java/android/view/autofill/
DIAutoFillManagerClient.aidl51 void authenticate(int sessionId, int authenticationId, in IntentSender intent, in authenticate() method
DAutofillManager.java2011 private void authenticate(int sessionId, int authenticationId, IntentSender intent, in authenticate() method in AutofillManager
3159 public void authenticate(int sessionId, int authenticationId, IntentSender intent, in authenticate() method in AutofillManager.AutofillManagerClient
3163 afm.post(() -> afm.authenticate(sessionId, authenticationId, intent, fillInIntent)); in authenticate()
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl33 void authenticate(IBinder token, long sessionId, int userId, in authenticate() method
DFingerprintManager.java375 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() method in FingerprintManager
377 authenticate(crypto, cancel, flags, callback, handler, mContext.getUserId()); in authenticate()
400 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() method in FingerprintManager
420 mService.authenticate(mToken, sessionId, userId, mServiceReceiver, flags, in authenticate()
/frameworks/base/core/tests/coretests/src/android/net/http/
DDefaultHttpClientTest.java138 digestScheme.authenticate(new UsernamePasswordCredentials("username", "password"), get); in authenticateDigestAlgorithm()
/frameworks/base/nfc-extras/api/
Dcurrent.txt35 method public void authenticate(byte[]);
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DAutoFillUI.java77 void authenticate(int requestId, int datasetIndex, @NonNull IntentSender intent, in authenticate() method
208 mCallback.authenticate(response.getRequestId(), in showFillUi()
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthenticationClient.java231 final int result = getDaemonWrapper().authenticate(mOpId, getGroupId()); in start()
DBiometricServiceBase.java474 int authenticate(long operationId, int groupId) throws RemoteException; in authenticate() method
DBiometricService.java632 public void authenticate(IBinder token, long sessionId, int userId, in authenticate() method in BiometricService.BiometricServiceWrapper
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java228 public void authenticate(final IBinder token, final long opId, final int groupId, in authenticate() method in FingerprintService.FingerprintServiceWrapper
655 public int authenticate(long operationId, int groupId) throws RemoteException {
661 return daemon.authenticate(operationId, groupId);
/frameworks/base/services/core/jni/
Dcom_android_server_fingerprint_FingerprintService.cpp161 int ret = gContext.device->authenticate(gContext.device, sessionId, groupId); in nativeAuthenticate()
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java269 public void authenticate(final IBinder token, final long opId, int userId, in authenticate() method in FaceService.FaceServiceWrapper
808 public int authenticate(long operationId, int groupId) throws RemoteException {
814 return daemon.authenticate(operationId);
/frameworks/av/media/libstagefright/rtsp/
DMyTransmitter.h268 void authenticate(const sp<ARTSPResponse> &response) { in authenticate() function
391 authenticate(response); in onMessageReceived()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1661 mFpm.authenticate(null, mFingerprintCancelSignal, 0, mFingerprintAuthenticationCallback, in startListeningForFingerprint()
1679 mFaceManager.authenticate(null, mFaceCancelSignal, 0, in startListeningForFace()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java966 public void authenticate(int requestId, int datasetIndex, IntentSender intent, Bundle extras) { in authenticate() method in Session
3011 mClient.authenticate(id, authenticationId, intent, fillInIntent); in startAuthentication()

12