HomeSort by relevance Sort by last modified time
    Searched defs:MSG_ENABLE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationProvider.java 47 private static final int MSG_ENABLE = 1;
89 case MSG_ENABLE:
107 mHandler.sendEmptyMessage(MSG_ENABLE);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.h 54 MSG_ENABLE = 1,
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 45 MSG_ENABLE = 1,
454 Send(enable ? MSG_ENABLE : MSG_DISABLE);
    [all...]

Completed in 202 milliseconds