Home
last modified time | relevance | path

Searched refs:MSG_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java40 public static final int MSG_TIMEOUT = 0xC001; field in PowerTestActivity
91 case MSG_TIMEOUT: in onCreate()
130 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT), in navigate()
254 handler.removeMessages(MSG_TIMEOUT); in run()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DReliabilityTestActivity.java45 public static final int MSG_TIMEOUT = 0xC001; field in ReliabilityTestActivity
95 case MSG_TIMEOUT: in onCreate()
134 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT), in navigate()
292 handler.removeMessages(MSG_TIMEOUT); in run()
DTestShellActivity.java78 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
/frameworks/base/core/java/android/view/
DVolumePanel.java92 private static final int MSG_TIMEOUT = 5; field in VolumePanel
653 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()
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
DBackupRestoreConfirmation.java61 static final int MSG_TIMEOUT = 100; field in BackupRestoreConfirmation
122 case MSG_TIMEOUT: { in handleMessage()
330 mHandler.sendEmptyMessage(MSG_TIMEOUT); in onTimeout()
/frameworks/base/services/java/com/android/server/
DBackupManagerService.java163 private static final int MSG_TIMEOUT = 7; field in BackupManagerService
603 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()