HomeSort by relevance Sort by last modified time
    Searched refs:MSG_ENABLE (Results 1 - 4 of 4) 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,
channel.cc 136 Send(enable ? MSG_ENABLE : MSG_DISABLE);
532 case MSG_ENABLE:
    [all...]