Searched defs:cancelAuthenticationFromService (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/hardware/biometrics/ |
D | IBiometricAuthenticator.aidl | 58 void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId); in cancelAuthenticationFromService() method
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/ |
D | IrisAuthenticator.java | 72 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/ |
D | FaceAuthenticator.java | 83 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FaceAuthenticator
|
D | FaceService.java | 390 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/ |
D | FingerprintAuthenticator.java | 83 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() method in FingerprintAuthenticator
|
/frameworks/base/core/java/android/hardware/face/ |
D | IFaceService.aidl | 93 …void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName, long reque… in cancelAuthenticationFromService() method
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | IFingerprintService.aidl | 96 …void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName, long reque… in cancelAuthenticationFromService() method
|