Searched refs:MSG_SERVICE_DISCONNECTED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DFaceUnlock.java56 private final int MSG_SERVICE_DISCONNECTED = 1; field in class:FaceUnlock
213 case MSG_SERVICE_DISCONNECTED:
362 mHandler.sendEmptyMessage(MSG_SERVICE_DISCONNECTED);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DFaceUnlock.java60 private final int MSG_SERVICE_DISCONNECTED = 3; field in class:FaceUnlock
249 case MSG_SERVICE_DISCONNECTED:
449 mHandler.sendEmptyMessage(MSG_SERVICE_DISCONNECTED);

Completed in 2244 milliseconds