Searched refs:MSG_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
40 public static final int MSG_TIMEOUT = 0xC001; field in PowerTestActivity91 case MSG_TIMEOUT: in onCreate()130 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT), in navigate()254 handler.removeMessages(MSG_TIMEOUT); in run()
45 public static final int MSG_TIMEOUT = 0xC001; field in ReliabilityTestActivity95 case MSG_TIMEOUT: in onCreate()134 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT), in navigate()292 handler.removeMessages(MSG_TIMEOUT); in run()
78 if (msg.what == MSG_TIMEOUT) { in handleMessage()219 Message m = mHandler.obtainMessage(MSG_TIMEOUT); in executeIntent()351 mHandler.removeMessages(MSG_TIMEOUT); in finished()957 static final int MSG_TIMEOUT = 0; field in TestShellActivity
92 private static final int MSG_TIMEOUT = 5; field in VolumePanel653 case MSG_TIMEOUT: { in handleMessage()670 removeMessages(MSG_TIMEOUT); in resetTimeout()671 sendMessageDelayed(obtainMessage(MSG_TIMEOUT), TIMEOUT_DELAY); in resetTimeout()675 removeMessages(MSG_TIMEOUT); in forceTimeout()676 sendMessage(obtainMessage(MSG_TIMEOUT)); in forceTimeout()
61 static final int MSG_TIMEOUT = 100; field in BackupRestoreConfirmation122 case MSG_TIMEOUT: { in handleMessage()330 mHandler.sendEmptyMessage(MSG_TIMEOUT); in onTimeout()
163 private static final int MSG_TIMEOUT = 7; field in BackupManagerService603 case MSG_TIMEOUT: in handleMessage()1714 Message msg = mBackupHandler.obtainMessage(MSG_TIMEOUT, token, 0, callback); in prepareOperationTimeout()1746 mBackupHandler.removeMessages(MSG_TIMEOUT); in waitUntilOperationComplete()2099 mBackupHandler.removeMessages(MSG_TIMEOUT); in operationComplete()3300 mBackupHandler.removeMessages(MSG_TIMEOUT); in restoreOneFile()4559 mBackupHandler.removeMessages(MSG_TIMEOUT, this); in agentCleanup()