Searched refs:MSG_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
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()
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()
65 static final int MSG_TIMEOUT = 100; field in BackupRestoreConfirmation127 case MSG_TIMEOUT: { in handleMessage()387 mHandler.sendEmptyMessage(MSG_TIMEOUT); in onTimeout()
98 private static final int MSG_TIMEOUT = 0; field in JobServiceContext614 case MSG_TIMEOUT: in handleMessage()1042 Message m = mCallbackHandler.obtainMessage(MSG_TIMEOUT, mRunningCallback); in scheduleOpTimeOutLocked()1048 mCallbackHandler.removeMessages(MSG_TIMEOUT); in removeOpTimeOutLocked()