Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java326 verify(mFaceManager).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testTriesToAuthenticate_whenBouncer()
336 verify(mFaceManager).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testTriesToAuthenticate_whenKeyguard()
348 verify(mFaceManager, never()).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in skipsAuthentication_whenEncryptedKeyguard()
371 verify(mFaceManager).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testStrongAuthExceptOnBouncer()
378 verify(mFaceManager, never()).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testStrongAuthExceptOnBouncer()
386 verify(mFaceManager).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testTriesToAuthenticate_whenAssistant()
398 verify(mFaceManager).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testTriesToAuthenticate_whenTrustOnAgentKeyguard_ifBypass()
408 verify(mFaceManager, never()).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testIgnoresAuth_whenTrustAgentOnKeyguard_withoutBypass()
419 verify(mFaceManager, never()).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testIgnoresAuth_whenLockdown()
430 verify(mFaceManager, never()).authenticate(any(), any(), anyInt(), any(), any(), anyInt()); in testIgnoresAuth_whenLockout()
[all …]
/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.java570 public void authenticate(@NonNull CryptoObject crypto, in authenticate() method in BiometricPrompt
620 public void authenticate(@NonNull CancellationSignal cancel, in authenticate() method in BiometricPrompt
665 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/core/java/android/nfc/
DINfcAdapterExtras.aidl37 void authenticate(in String pkg, in byte[] token); in authenticate() method
/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/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/hardware/fingerprint/
DIFingerprintService.aidl33 void authenticate(IBinder token, long sessionId, int userId, in authenticate() method
DFingerprintManager.java385 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() method in FingerprintManager
387 authenticate(crypto, cancel, flags, callback, handler, mContext.getUserId()); in authenticate()
410 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() method in FingerprintManager
430 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.java237 final int result = getDaemonWrapper().authenticate(mOpId, getGroupId()); in start()
DBiometricServiceBase.java474 int authenticate(long operationId, int groupId) throws RemoteException; in authenticate() method
DBiometricService.java634 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.java230 public void authenticate(final IBinder token, final long opId, final int groupId, in authenticate() method in FingerprintService.FingerprintServiceWrapper
657 public int authenticate(long operationId, int groupId) throws RemoteException {
663 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.java411 public void authenticate(final IBinder token, final long opId, int userId, in authenticate() method in FaceService.FaceServiceWrapper
979 public int authenticate(long operationId, int groupId) throws RemoteException {
985 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.java1793 mFpm.authenticate(null, mFingerprintCancelSignal, 0, mFingerprintAuthenticationCallback, in startListeningForFingerprint()
1811 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
3013 mClient.authenticate(id, authenticationId, intent, fillInIntent); in startAuthentication()

12