HomeSort by relevance Sort by last modified time
    Searched full:msg_stop (Results 1 - 6 of 6) 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);
  /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/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));
  /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...]
  /system/core/init/
init.c 469 static void msg_stop(const char *name) function
496 msg_stop(arg);

Completed in 651 milliseconds