Searched refs:MSG_SERVICE_DISCONNECTED (Results 1 - 3 of 3) 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.java58 private final int MSG_SERVICE_DISCONNECTED = 1; field in class:FaceUnlock
212 case MSG_SERVICE_DISCONNECTED:
368 mHandler.sendEmptyMessage(MSG_SERVICE_DISCONNECTED);
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java282 private static final int MSG_SERVICE_DISCONNECTED = 2; field in class:NotificationManagerCompat.SideChannelManager
319 case MSG_SERVICE_DISCONNECTED:
375 mHandler.obtainMessage(MSG_SERVICE_DISCONNECTED, componentName).sendToTarget();

Completed in 80 milliseconds