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

  /packages/apps/Launcher3/src/com/android/launcher3/
MemoryTracker.java 37 private static final int MSG_STOP = 2;
72 case MSG_STOP:
185 mHandler.sendEmptyMessage(MSG_STOP);
WeightWatcher.java 46 private static final int MSG_STOP = 2;
63 case MSG_STOP:
130 mHandler.sendEmptyMessage(MSG_STOP);
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 109 private final static int MSG_STOP = 2;
133 case MSG_STOP:
310 putMessage(Message.obtain(mHandler, MSG_STOP));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 37 MSG_STOP = 2,
104 worker_->Send(this, MSG_STOP);
186 case MSG_STOP:
  /frameworks/base/services/java/com/android/server/media/
MediaRouterService.java 293 oldUser.mHandler.sendEmptyMessage(UserHandler.MSG_STOP);
616 public static final int MSG_STOP = 2;
668 case MSG_STOP: {
    [all...]

Completed in 515 milliseconds