Home
last modified time | relevance | path

Searched defs:onRemovalError (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricNotificationDialogFactory.java115 public void onRemovalError(Fingerprint fingerprint, int errMsgId, in reenrollFingerprint() method
157 public void onRemovalError(Face face, int errMsgId, CharSequence errString) { in reenrollFace() method
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java1168 public void onRemovalError(Face face, int errMsgId, CharSequence errString) { in onRemovalError() method in FaceManager.RemovalCallback
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java525 public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString) { } in onRemovalError() method in FingerprintManager.RemovalCallback