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

  /external/webrtc/webrtc/base/
autodetectproxy.h 56 enum { MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE,
openssladapter.h 58 enum { MSG_TIMEOUT };
opensslstreamadapter.h 131 enum { MSG_TIMEOUT = MSG_MAX+1};
  /frameworks/support/design/src/android/support/design/widget/
SnackbarManager.java 30 static final int MSG_TIMEOUT = 0;
56 case MSG_TIMEOUT:
232 mHandler.sendMessageDelayed(Message.obtain(mHandler, MSG_TIMEOUT, r), durationMs);
  /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);
  /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:
  /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);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectToWifiFragment.java 58 private static final int MSG_TIMEOUT = 1;
185 mHandler.removeMessages(MSG_TIMEOUT);
186 mHandler.sendEmptyMessageDelayed(MSG_TIMEOUT, CONNECTION_TIMEOUT);
218 mHandler.sendEmptyMessageDelayed(MSG_TIMEOUT, CONNECTION_TIMEOUT);
231 mHandler.removeMessages(MSG_TIMEOUT);
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 83 static final int MSG_TIMEOUT = 1;
175 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_TIMEOUT), TIMEOUT_MS);
441 mHandler.removeMessages(MSG_TIMEOUT);
442 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_TIMEOUT), TIMEOUT_MS);
506 mHandler.removeMessages(MSG_TIMEOUT);
583 case MSG_TIMEOUT:
  /frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java 87 private static final int MSG_TIMEOUT = 0;
439 case MSG_TIMEOUT:
634 /** Process MSG_TIMEOUT here. */
768 Message m = mCallbackHandler.obtainMessage(MSG_TIMEOUT, mRunningCallback);
775 mCallbackHandler.removeMessages(MSG_TIMEOUT);
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 421 milliseconds