OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FINGERPRINT_ERROR_HW_UNAVAILABLE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/service/fingerprint/
FingerprintManager.java
59
public static final int
FINGERPRINT_ERROR_HW_UNAVAILABLE
= 1;
160
sendError(
FINGERPRINT_ERROR_HW_UNAVAILABLE
, 0, 0);
182
sendError(
FINGERPRINT_ERROR_HW_UNAVAILABLE
, 0, 0);
200
sendError(
FINGERPRINT_ERROR_HW_UNAVAILABLE
, 0, 0);
226
sendError(
FINGERPRINT_ERROR_HW_UNAVAILABLE
, 0, 0);
241
sendError(
FINGERPRINT_ERROR_HW_UNAVAILABLE
, 0, 0);
/hardware/libhardware/include/hardware/
fingerprint.h
32
FINGERPRINT_ERROR_HW_UNAVAILABLE
= 1,
Completed in 2070 milliseconds