Home | History | Annotate | Download | only in fingerprint

Lines Matching defs:FingerprintManager

53 public class FingerprintManager {
54 private static final String TAG = "FingerprintManager";
100 * The {@link FingerprintManager#remove} call failed. Typically this will happen when the
229 * A wrapper class for the crypto objects supported by FingerprintManager. Currently the
283 * Container for callback data from {@link FingerprintManager#authenticate(CryptoObject,
306 * @return crypto object provided to {@link FingerprintManager#authenticate(CryptoObject,
327 * Callback structure provided to {@link FingerprintManager#authenticate(CryptoObject,
329 * FingerprintManager#authenticate(CryptoObject, CancellationSignal,
372 * Callback structure provided to {@link FingerprintManager#enroll(long, EnrollmentCallback,
373 * CancellationSignal, int). Users of {@link #FingerprintManager()}
374 * must provide an implementation of this to {@link FingerprintManager#enroll(long,
408 * Callback structure provided to {@link #remove}. Users of {@link FingerprintManager} may
436 * Callback structure provided to {@link FingerprintManager#enumerate(int). Users of
437 * {@link #FingerprintManager()} may optionally provide an implementation of this to
438 * {@link FingerprintManager#enumerate(int, int, EnumerateCallback)} for listening to
993 public FingerprintManager(Context context, IFingerprintService service) {