Searched refs:MSG_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
180 private static final int MSG_TIMEOUT = 2; field in CallRedirectionService199 case MSG_TIMEOUT:235 mHandler.obtainMessage(MSG_TIMEOUT).sendToTarget(); in notifyTimeout()
41 public static final int MSG_TIMEOUT = 0xC001; field in PowerTestActivity92 case MSG_TIMEOUT: in onCreate()131 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT), in navigate()255 handler.removeMessages(MSG_TIMEOUT); in run()
51 protected static final int MSG_TIMEOUT = 100; field in HdmiCecFeatureAction150 sendMessageDelayed(obtainMessage(MSG_TIMEOUT, state, 0), delayMillis); in sendTimerMessage()155 removeMessages(MSG_TIMEOUT); in clearTimerMessage()161 case MSG_TIMEOUT: in handleMessage()
63 static final int MSG_TIMEOUT = 100; field in BackupRestoreConfirmation123 case MSG_TIMEOUT: { in handleMessage()361 mHandler.sendEmptyMessage(MSG_TIMEOUT); in onTimeout()
54 private static final int MSG_TIMEOUT = 1; field in AnrTimerTest136 this(helper.mHandler, MSG_TIMEOUT, caller()); in TestAnrTimer()162 assertThat(actual.what).isEqualTo(MSG_TIMEOUT); in validate()
142 private static final int MSG_TIMEOUT = 0; field in JobServiceContext1099 case MSG_TIMEOUT: in handleMessage()1695 Message m = mCallbackHandler.obtainMessage(MSG_TIMEOUT, mRunningCallback); in scheduleOpTimeOutLocked()1701 mCallbackHandler.removeMessages(MSG_TIMEOUT); in removeOpTimeOutLocked()