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

  /frameworks/testing/uiautomator/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeLoopService.java 41 static final int MSG_STOP_SERVICE = 0xd1ed1e;
45 if (msg.what == MSG_STOP_SERVICE) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 64 public static final int MSG_STOP_SERVICE = 3;
78 case MSG_STOP_SERVICE:
107 mHandler.sendEmptyMessage(MSG_STOP_SERVICE);

Completed in 197 milliseconds