Home | History | Annotate | Download | only in fingerprint

Lines Matching defs:enroll

264      * Callback structure provided to {@link FingerprintManager#enroll(long, EnrollmentCallback,
266 * must provide an implementation of this to {@link FingerprintManager#enroll(long,
567 public void enroll(byte [] token, CancellationSignal cancel, int flags,
587 mService.enroll(mToken, token, userId, mServiceReceiver, flags,
590 Slog.w(TAG, "Remote exception in enroll: ", e);