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

/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java93 handleTimeout();
157 private void handleTimeout() { method in class:PowerTestActivity
220 // 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/services/java/com/android/server/
H A DBackupManagerService.java711 handleTimeout(msg.arg1, msg.obj);
1887 void handleTimeout(); method in interface:BackupManagerService.BackupRestoreTask
1934 void handleTimeout(int token, Object obj) { method in class:BackupManagerService
1954 op.callback.handleTimeout();
2418 public void handleTimeout() { method in class:BackupManagerService.PerformBackupTask
4880 // after this is always a callback, either operationComplete() or handleTimeout().
5017 public void handleTimeout() { method in class:BackupManagerService.PerformRestoreTask
H A DNotificationManagerService.java1569 private void handleTimeout(ToastRecord record) method in class:NotificationManagerService
1622 handleTimeout((ToastRecord)msg.obj);

Completed in 386 milliseconds