HomeSort by relevance Sort by last modified time
    Searched defs:FINGERPRINT_ACQUIRED_GOOD (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/include/hardware/
fingerprint.h 56 * FINGERPRINT_ACQUIRED_GOOD will be shown to the user as feedback on how to take action on the
63 FINGERPRINT_ACQUIRED_GOOD = 0,
  /frameworks/base/core/java/android/hardware/fingerprint/
FingerprintManager.java 125 public static final int FINGERPRINT_ACQUIRED_GOOD = 0;
832 case FINGERPRINT_ACQUIRED_GOOD:
    [all...]
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 85 private static final int FINGERPRINT_ACQUIRED_GOOD = 0;
616 if (acquiredInfo == FINGERPRINT_ACQUIRED_GOOD) {
    [all...]

Completed in 206 milliseconds