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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java67 public static final int MSG_SERVICE_DISCONNECTED = 6; field in class:ServiceMonitor
87 case MSG_SERVICE_DISCONNECTED:
132 mHandler.sendMessage(mHandler.obtainMessage(MSG_SERVICE_DISCONNECTED, mName));
137 mHandler.sendMessage(mHandler.obtainMessage(MSG_SERVICE_DISCONNECTED, mName));
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DFaceUnlock.java57 private final int MSG_SERVICE_DISCONNECTED = 1; field in class:FaceUnlock
214 case MSG_SERVICE_DISCONNECTED:
370 mHandler.sendEmptyMessage(MSG_SERVICE_DISCONNECTED);

Completed in 734 milliseconds