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

  /packages/services/Telecomm/src/com/android/server/telecom/
AsyncRingtonePlayer.java 38 private static final int EVENT_STOP = 2;
68 postMessage(EVENT_STOP, false /* shouldCreateHandler */, null);
111 case EVENT_STOP:
123 // don't bother with any of this if there is an EVENT_STOP waiting.
124 if (mHandler.hasMessages(EVENT_STOP)) {
185 mHandler.removeMessages(EVENT_STOP);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
MediaDecoder.java 82 private static final int EVENT_STOP = 1;
180 mEventQueue.offer(EVENT_STOP);
204 case EVENT_STOP:
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 102 public static final int EVENT_STOP = 1;
    [all...]
SyncManager.java     [all...]

Completed in 232 milliseconds