Searched refs:cancelAuthenticationInternal (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricServiceBase.java | 865 protected void cancelAuthenticationInternal(final IBinder token, final String opPackageName) { in cancelAuthenticationInternal() method in BiometricServiceBase 869 cancelAuthenticationInternal(token, opPackageName, callingUid, callingPid, callingUserId, in cancelAuthenticationInternal() 873 protected void cancelAuthenticationInternal(final IBinder token, final String opPackageName, in cancelAuthenticationInternal() method in BiometricServiceBase
|
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/ |
D | FingerprintService.java | 265 cancelAuthenticationInternal(token, opPackageName); in cancelAuthentication() 272 cancelAuthenticationInternal(token, opPackageName, callingUid, callingPid, in cancelAuthenticationFromService()
|
/frameworks/base/services/core/java/com/android/server/biometrics/face/ |
D | FaceService.java | 308 cancelAuthenticationInternal(token, opPackageName); in cancelAuthentication() 315 cancelAuthenticationInternal(token, opPackageName, callingUid, callingPid, in cancelAuthenticationFromService()
|
/frameworks/base/services/ |
D | art-profile | 5172 HSPLcom/android/server/biometrics/BiometricServiceBase;->cancelAuthenticationInternal(Landroid/os/I… 5173 HSPLcom/android/server/biometrics/BiometricServiceBase;->cancelAuthenticationInternal(Landroid/os/I… 5191 HSPLcom/android/server/biometrics/BiometricServiceBase;->lambda$cancelAuthenticationInternal$3$Biom…
|