Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintRemoveSidecar.java116 void onRemovalSucceeded(Fingerprint fingerprint); in onRemovalSucceeded() method
DFingerprintUpdater.java140 public void onRemovalSucceeded(@Nullable Fingerprint fp, int remaining) { in onRemovalSucceeded() method in FingerprintUpdater.NotifyingRemovalCallback
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/fingerprint/
DFingerprintUpdaterTest.java187 public void onRemovalSucceeded(@Nullable Fingerprint fp, int remaining) {} in onRemovalSucceeded() method in FingerprintUpdaterTest.TestRemovalCallback
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceUpdater.java136 public void onRemovalSucceeded(@Nullable Face fp, int remaining) { in onRemovalSucceeded() method in FaceUpdater.NotifyingRemovalCallback
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/face/
DFaceUpdaterTest.java288 public void onRemovalSucceeded(@Nullable Face fp, int remaining) {} in onRemovalSucceeded() method in FaceUpdaterTest.TestRemovalCallback
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/domain/interactor/
DFingerprintManagerInteractorImpl.kt115 override fun onRemovalSucceeded( in <lambda>() method
/packages/apps/Settings/src/com/android/settings/
DUtils.java1443 public void onRemovalSucceeded(Face face, int remaining) { in faceManagerRemovalCallback() method in Utils