Searched refs:MSG_SERVICE_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance
67 public static final int MSG_SERVICE_DISCONNECTED = 6; field in ServiceMonitor87 case MSG_SERVICE_DISCONNECTED:132 mHandler.sendMessage(mHandler.obtainMessage(MSG_SERVICE_DISCONNECTED, mName)); in onServiceDisconnected()137 mHandler.sendMessage(mHandler.obtainMessage(MSG_SERVICE_DISCONNECTED, mName)); in binderDied()
58 private final int MSG_SERVICE_DISCONNECTED = 1; field in FaceUnlock212 case MSG_SERVICE_DISCONNECTED: in handleMessage()368 mHandler.sendEmptyMessage(MSG_SERVICE_DISCONNECTED);
282 private static final int MSG_SERVICE_DISCONNECTED = 2; field in NotificationManagerCompat.SideChannelManager319 case MSG_SERVICE_DISCONNECTED: in handleMessage()375 mHandler.obtainMessage(MSG_SERVICE_DISCONNECTED, componentName).sendToTarget(); in onServiceDisconnected()