Home
last modified time | relevance | path

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

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