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

  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationProvider.java 48 private static final int MSG_DISABLE = 2;
92 case MSG_DISABLE:
112 mHandler.sendEmptyMessage(MSG_DISABLE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 47 private static final int MSG_DISABLE = 5 << MSG_SHIFT;
150 mHandler.removeMessages(MSG_DISABLE);
151 mHandler.obtainMessage(MSG_DISABLE, state, 0, null).sendToTarget();
279 case MSG_DISABLE:
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.h 55 MSG_DISABLE = 2,
channel.cc 136 Send(enable ? MSG_ENABLE : MSG_DISABLE);
535 case MSG_DISABLE:
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 46 MSG_DISABLE,
454 Send(enable ? MSG_ENABLE : MSG_DISABLE);
    [all...]

Completed in 1021 milliseconds