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

  /hardware/libhardware/include/hardware/
hw_auth_token.h 31 HW_AUTH_FINGERPRINT = 1 << 1,
  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 84 public static final int HW_AUTH_FINGERPRINT = 1 << 1;
297 if ((userAuthType & HW_AUTH_FINGERPRINT) != 0)
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 143 public static final int HW_AUTH_FINGERPRINT = 1 << 1;

Completed in 3105 milliseconds