/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricAuthenticator.java | 249 default void authenticate(@NonNull CryptoObject crypto, in authenticate() method 274 default void authenticate(@NonNull CancellationSignal cancel, in authenticate() method
|
D | IBiometricService.aidl | 35 void authenticate(IBinder token, long sessionId, int userId, in authenticate() method
|
D | BiometricPrompt.java | 557 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/ |
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
|
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
D | NfcAdapterExtras.java | 230 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/ |
D | KeyguardUpdateMonitorTest.java | 302 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/ |
D | INfcAdapterExtras.aidl | 37 void authenticate(in String pkg, in byte[] token); in authenticate() method
|
/frameworks/base/core/java/android/hardware/face/ |
D | IFaceService.aidl | 30 void authenticate(IBinder token, long sessionId, int userid, in authenticate() method
|
D | FaceManager.java | 170 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/ |
D | IAutoFillManagerClient.aidl | 51 void authenticate(int sessionId, int authenticationId, in IntentSender intent, in authenticate() method
|
D | AutofillManager.java | 2011 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/ |
D | IFingerprintService.aidl | 33 void authenticate(IBinder token, long sessionId, int userId, in authenticate() method
|
D | FingerprintManager.java | 375 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/ |
D | DefaultHttpClientTest.java | 138 digestScheme.authenticate(new UsernamePasswordCredentials("username", "password"), get); in authenticateDigestAlgorithm()
|
/frameworks/base/nfc-extras/api/ |
D | current.txt | 35 method public void authenticate(byte[]);
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | AutoFillUI.java | 77 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/ |
D | AuthenticationClient.java | 231 final int result = getDaemonWrapper().authenticate(mOpId, getGroupId()); in start()
|
D | BiometricServiceBase.java | 474 int authenticate(long operationId, int groupId) throws RemoteException; in authenticate() method
|
D | BiometricService.java | 632 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/ |
D | FingerprintService.java | 228 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/ |
D | com_android_server_fingerprint_FingerprintService.cpp | 161 int ret = gContext.device->authenticate(gContext.device, sessionId, groupId); in nativeAuthenticate()
|
/frameworks/base/services/core/java/com/android/server/biometrics/face/ |
D | FaceService.java | 269 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/ |
D | MyTransmitter.h | 268 void authenticate(const sp<ARTSPResponse> &response) { in authenticate() function 391 authenticate(response); in onMessageReceived()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1661 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/ |
D | Session.java | 966 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()
|