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

  /hardware/libhardware/include/hardware/
fingerprint.h 48 FINGERPRINT_ERROR_NO_SPACE = 4, /* No space available to store a template */
  /frameworks/base/core/java/android/hardware/fingerprint/
FingerprintManager.java 89 public static final int FINGERPRINT_ERROR_NO_SPACE = 4;
808 case FINGERPRINT_ERROR_NO_SPACE:
810 com.android.internal.R.string.fingerprint_error_no_space);
    [all...]

Completed in 61 milliseconds