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.java41 public static final int MSG_TIMEOUT = 0xC001; field in PowerTestActivity
92 case MSG_TIMEOUT: in onCreate()
131 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT), in navigate()
255 handler.removeMessages(MSG_TIMEOUT); in run()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DReliabilityTestActivity.java46 public static final int MSG_TIMEOUT = 0xC001; field in ReliabilityTestActivity
96 case MSG_TIMEOUT: in onCreate()
135 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT), in navigate()
293 handler.removeMessages(MSG_TIMEOUT); in run()
DTestShellActivity.java76 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
/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()
331 mHandler.sendEmptyMessage(MSG_TIMEOUT); in onTimeout()
/frameworks/base/core/java/android/view/
DVolumePanel.java90 private static final int MSG_TIMEOUT = 5; field in VolumePanel
975 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()
/frameworks/base/services/java/com/android/server/
DBackupManagerService.java170 private static final int MSG_TIMEOUT = 7; field in BackupManagerService
644 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()