Searched refs:NotifyingRemovalCallback (Results 1 – 2 of 2) sorted by relevance
72 mFingerprintManager.remove(fp, userId, new NotifyingRemovalCallback(mContext, callback)); in remove()137 private static class NotifyingRemovalCallback extends FingerprintManager.RemovalCallback { class in FingerprintUpdater142 NotifyingRemovalCallback(Context context, FingerprintManager.RemovalCallback callback) { in NotifyingRemovalCallback() method in FingerprintUpdater.NotifyingRemovalCallback
97 mFaceManager.remove(face, userId, new NotifyingRemovalCallback(mContext, callback)); in remove()153 private static class NotifyingRemovalCallback extends FaceManager.RemovalCallback { class in FaceUpdater158 NotifyingRemovalCallback(Context context, FaceManager.RemovalCallback callback) { in NotifyingRemovalCallback() method in FaceUpdater.NotifyingRemovalCallback