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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppthread.cc 37 const uint32 MSG_DISCONNECT = 2;
66 Post(this, MSG_DISCONNECT);
79 } else if (pmsg->message_id == MSG_DISCONNECT) {
  /frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
RemoteDisplayProvider.java 96 private static final int MSG_DISCONNECT = 4;
346 mHandler.obtainMessage(MSG_DISCONNECT, id).sendToTarget();
383 case MSG_DISCONNECT: {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 192 mHandler.sendEmptyMessage(MeasurementHandler.MSG_DISCONNECT);
285 public static final int MSG_DISCONNECT = 3;
337 removeMessages(MSG_DISCONNECT);
353 case MSG_DISCONNECT: {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageMeasurement.java 199 mHandler.sendEmptyMessage(MeasurementHandler.MSG_DISCONNECT);
292 public static final int MSG_DISCONNECT = 3;
344 removeMessages(MSG_DISCONNECT);
359 case MSG_DISCONNECT: {
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 48 private static final int MSG_DISCONNECT = 4;
83 case MSG_DISCONNECT:
480 getPhone().registerForDisconnect(mHandler, MSG_DISCONNECT, null);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 93 private static final int MSG_DISCONNECT = 6;
173 mHandler.obtainMessage(MSG_DISCONNECT, callId).sendToTarget();
302 case MSG_DISCONNECT:
    [all...]

Completed in 167 milliseconds