Searched refs:MSG_TIMEOUT (Results 1 – 5 of 5) 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()
146 private static final int MSG_TIMEOUT = 0; field in JobServiceContext1101 case MSG_TIMEOUT: in handleMessage()1674 Message m = mCallbackHandler.obtainMessage(MSG_TIMEOUT, mRunningCallback); in scheduleOpTimeOutLocked()1680 mCallbackHandler.removeMessages(MSG_TIMEOUT); in removeOpTimeOutLocked()