Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java66 private static final int MSG_ENROLL_RESULT = 100; field in FaceManager
98 mHandler.obtainMessage(MSG_ENROLL_RESULT, remaining, 0, face).sendToTarget();
1276 case MSG_ENROLL_RESULT: in handleMessage()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java95 private static final int MSG_ENROLL_RESULT = 100; field in FingerprintManager
1338 case MSG_ENROLL_RESULT: in handleMessage()
1754 mHandler.obtainMessage(MSG_ENROLL_RESULT, remaining, 0, fp).sendToTarget();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20080 Landroid/hardware/fingerprint/FingerprintManager;->MSG_ENROLL_RESULT:I