Searched refs:wrapperReceiver (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/ |
D | FingerprintAuthenticator.java | 37 long sessionId, int userId, IBiometricServiceReceiverInternal wrapperReceiver, in prepareForAuthentication() argument 40 mFingerprintService.prepareForAuthentication(token, sessionId, userId, wrapperReceiver, in prepareForAuthentication()
|
D | FingerprintService.java | 251 IBiometricServiceReceiverInternal wrapperReceiver, String opPackageName, in prepareForAuthentication() argument 258 new BiometricPromptServiceListenerImpl(wrapperReceiver), in prepareForAuthentication() 465 BiometricPromptServiceListenerImpl(IBiometricServiceReceiverInternal wrapperReceiver) { in BiometricPromptServiceListenerImpl() argument 466 super(wrapperReceiver); in BiometricPromptServiceListenerImpl()
|
/frameworks/base/services/core/java/com/android/server/biometrics/face/ |
D | FaceAuthenticator.java | 37 long sessionId, int userId, IBiometricServiceReceiverInternal wrapperReceiver, in prepareForAuthentication() argument 41 wrapperReceiver, opPackageName, cookie, callingUid, callingPid, callingUserId); in prepareForAuthentication()
|
D | FaceService.java | 442 int groupId, IBiometricServiceReceiverInternal wrapperReceiver, in prepareForAuthentication() argument 450 new BiometricPromptServiceListenerImpl(wrapperReceiver), in prepareForAuthentication() 738 BiometricPromptServiceListenerImpl(IBiometricServiceReceiverInternal wrapperReceiver) { in BiometricPromptServiceListenerImpl() argument 739 super(wrapperReceiver); in BiometricPromptServiceListenerImpl()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | IBiometricAuthenticator.aidl | 37 int userId, IBiometricServiceReceiverInternal wrapperReceiver, String opPackageName, in prepareForAuthentication() argument
|
/frameworks/base/services/core/java/com/android/server/biometrics/iris/ |
D | IrisAuthenticator.java | 37 long sessionId, int userId, IBiometricServiceReceiverInternal wrapperReceiver, in prepareForAuthentication() argument
|
/frameworks/base/core/java/android/hardware/face/ |
D | IFaceService.aidl | 39 int userId, IBiometricServiceReceiverInternal wrapperReceiver, String opPackageName, in prepareForAuthentication() argument
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | IFingerprintService.aidl | 42 IBiometricServiceReceiverInternal wrapperReceiver, String opPackageName, int cookie, in prepareForAuthentication() argument
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricServiceBase.java | 464 public BiometricServiceListener(IBiometricServiceReceiverInternal wrapperReceiver) { in BiometricServiceListener() argument 465 mWrapperReceiver = wrapperReceiver; in BiometricServiceListener()
|