HomeSort by relevance Sort by last modified time
    Searched refs:MSG_SERVICE_DISCONNECTED (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 67 public static final int MSG_SERVICE_DISCONNECTED = 6;
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/
FaceUnlock.java 57 private final int MSG_SERVICE_DISCONNECTED = 1;
214 case MSG_SERVICE_DISCONNECTED:
370 mHandler.sendEmptyMessage(MSG_SERVICE_DISCONNECTED);

Completed in 58 milliseconds