Searched refs:handleTimeout (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java92 handleTimeout();
156 private void handleTimeout() { method in class:PowerTestActivity
219 // let handleTimeout take care of finishing the page
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java96 handleTimeout();
160 private void handleTimeout() { method in class:ReliabilityTestActivity
230 // let handleTimeout take care of finishing the page
/frameworks/base/services/common_time/
H A Dcommon_time_server.h131 bool handleTimeout();
H A Dcommon_time_server.cpp354 if (!handleTimeout())
355 ALOGE("handleTimeout failed");
679 bool CommonTimeServer::handleTimeout() { function in class:android::CommonTimeServer
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewMediator.java980 handleTimeout(msg.arg1);
1066 private void handleTimeout(int seq) { method in class:KeyguardViewMediator
1068 if (DEBUG) Log.d(TAG, "handleTimeout");
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java807 private void handleTimeout(ToastRecord record) method in class:NotificationManagerService
860 handleTimeout((ToastRecord)msg.obj);
H A DBackupManagerService.java642 handleTimeout(msg.arg1, msg.obj);
1720 void handleTimeout(); method in interface:BackupManagerService.BackupRestoreTask
1767 void handleTimeout(int token, Object obj) { method in class:BackupManagerService
1787 op.callback.handleTimeout();
2238 public void handleTimeout() { method in class:BackupManagerService.PerformBackupTask
4554 // after this is always a callback, either operationComplete() or handleTimeout().
4687 public void handleTimeout() { method in class:BackupManagerService.PerformRestoreTask

Completed in 146 milliseconds