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

  /external/chromium_org/third_party/webrtc/base/
asynchttprequest.cc 16 MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE,
57 Thread::Current()->Clear(this, MSG_TIMEOUT);
76 case MSG_TIMEOUT:
112 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT);
autodetectproxy.h 57 enum { MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE,
opensslstreamadapter.h 117 enum { MSG_TIMEOUT = MSG_MAX+1};
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationVerifier.java 33 private static final int MSG_TIMEOUT = 1;
232 mHandler.removeMessages(MSG_TIMEOUT);
252 mHandler.removeMessages(MSG_TIMEOUT);
253 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_TIMEOUT), mTimeout);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 58 MSG_TIMEOUT = 3,
123 worker_->Clear(this, MSG_TIMEOUT);
203 worker_->PostDelayed(timeout_ms_, this, MSG_TIMEOUT);
210 case MSG_TIMEOUT:
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecFeatureAction.java 48 protected static final int MSG_TIMEOUT = 100;
134 sendMessageDelayed(obtainMessage(MSG_TIMEOUT, state, 0), delayMillis);
139 removeMessages(MSG_TIMEOUT);
145 case MSG_TIMEOUT:
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectToWifiFragment.java 63 private static final int MSG_TIMEOUT = 1;
175 mHandler.removeMessages(MSG_TIMEOUT);
176 mHandler.sendEmptyMessageDelayed(MSG_TIMEOUT, CONNECTION_TIMEOUT);
204 mHandler.sendEmptyMessageDelayed(MSG_TIMEOUT, CONNECTION_TIMEOUT);
216 mHandler.removeMessages(MSG_TIMEOUT);
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 63 static final int MSG_TIMEOUT = 100;
124 case MSG_TIMEOUT: {
344 mHandler.sendEmptyMessage(MSG_TIMEOUT);
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 41 public static final int MSG_TIMEOUT = 0xC001;
92 case MSG_TIMEOUT:
131 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT),
255 handler.removeMessages(MSG_TIMEOUT);
  /frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java 87 private static final int MSG_TIMEOUT = 0;
329 case MSG_TIMEOUT:
462 /** Process MSG_TIMEOUT here. */
568 Message m = mCallbackHandler.obtainMessage(MSG_TIMEOUT);
575 mCallbackHandler.removeMessages(MSG_TIMEOUT);
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 78 static final int MSG_TIMEOUT = 1;
151 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_TIMEOUT), TIMEOUT_MS);
455 mHandler.removeMessages(MSG_TIMEOUT);
503 case MSG_TIMEOUT:
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h 234 MSG_TIMEOUT = 0,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumePanel.java 116 private static final int MSG_TIMEOUT = 5;
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 221 private static final int MSG_TIMEOUT = 7;
    [all...]

Completed in 1144 milliseconds