Home
last modified time | relevance | path

Searched defs:cancelAuthenticationFromService (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricAuthenticator.aidl58 void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId); in cancelAuthenticationFromService() method
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisAuthenticator.java72 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in IrisAuthenticator
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceAuthenticator.java83 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FaceAuthenticator
DFaceService.java390 public void cancelAuthenticationFromService(int sensorId, final IBinder token, in cancelAuthenticationFromService() method in FaceService.FaceServiceWrapper
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java83 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FingerprintAuthenticator
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl93 …void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName, long reque… in cancelAuthenticationFromService() method
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl96 …void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName, long reque… in cancelAuthenticationFromService() method