Home
last modified time | relevance | path

Searched refs:MSG_ENROLL_RESULT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java90 private static final int MSG_ENROLL_RESULT = 100; field in FingerprintManager
1126 case MSG_ENROLL_RESULT: in handleMessage()
1445 mHandler.obtainMessage(MSG_ENROLL_RESULT, remaining, 0, fp).sendToTarget();
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java62 private static final int MSG_ENROLL_RESULT = 100; field in FaceManager
93 mHandler.obtainMessage(MSG_ENROLL_RESULT, remaining, 0, face).sendToTarget();
1145 case MSG_ENROLL_RESULT: in handleMessage()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22958 Landroid/hardware/fingerprint/FingerprintManager;->MSG_ENROLL_RESULT:I