Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java72 private static final int MSG_GET_FEATURE_COMPLETED = 106; field in FaceManager
149 mHandler.obtainMessage(MSG_GET_FEATURE_COMPLETED, args).sendToTarget();
1299 case MSG_GET_FEATURE_COMPLETED: in handleMessage()