Searched refs:MSG_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
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()
46 public static final int MSG_TIMEOUT = 0xC001; field in ReliabilityTestActivity96 case MSG_TIMEOUT: in onCreate()135 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT), in navigate()293 handler.removeMessages(MSG_TIMEOUT); in run()
76 if (msg.what == MSG_TIMEOUT) { in handleMessage()216 Message m = mHandler.obtainMessage(MSG_TIMEOUT); in executeIntent()355 mHandler.removeMessages(MSG_TIMEOUT); in finished()927 static final int MSG_TIMEOUT = 0; field in TestShellActivity
61 static final int MSG_TIMEOUT = 100; field in BackupRestoreConfirmation122 case MSG_TIMEOUT: { in handleMessage()331 mHandler.sendEmptyMessage(MSG_TIMEOUT); in onTimeout()
90 private static final int MSG_TIMEOUT = 5; field in VolumePanel975 case MSG_TIMEOUT: { in handleMessage()1014 removeMessages(MSG_TIMEOUT); in resetTimeout()1015 sendMessageDelayed(obtainMessage(MSG_TIMEOUT), TIMEOUT_DELAY); in resetTimeout()1019 removeMessages(MSG_TIMEOUT); in forceTimeout()1020 sendMessage(obtainMessage(MSG_TIMEOUT)); in forceTimeout()
170 private static final int MSG_TIMEOUT = 7; field in BackupManagerService644 case MSG_TIMEOUT: in handleMessage()1736 Message msg = mBackupHandler.obtainMessage(MSG_TIMEOUT, token, 0, callback); in prepareOperationTimeout()1768 mBackupHandler.removeMessages(MSG_TIMEOUT); in waitUntilOperationComplete()2180 mBackupHandler.removeMessages(MSG_TIMEOUT); in operationComplete()3533 mBackupHandler.removeMessages(MSG_TIMEOUT); in restoreOneFile()4814 mBackupHandler.removeMessages(MSG_TIMEOUT, this); in agentCleanup()