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

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DPowerStatusMonitorAction.java92 handleTimeout();
97 private void handleTimeout() { method in class:PowerStatusMonitorAction
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
H A DIdlingPolicy.java58 public void handleTimeout(List<String> busyResources, String message) { method in class:IdlingPolicy
/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/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DIdlingResourceRegistry.java214 handleTimeout();
254 private void handleTimeout() { method in class:IdlingResourceRegistry.Dispatcher
/frameworks/base/libs/common_time/
H A Dcommon_time_server.cpp354 if (!handleTimeout())
355 ALOGE("handleTimeout failed");
679 bool CommonTimeServer::handleTimeout() { function in class:android::CommonTimeServer
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2068 private void handleTimeout(ToastRecord record) method in class:NotificationManagerService
2221 handleTimeout((ToastRecord)msg.obj);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java859 handleTimeout(msg.arg1, msg.obj);
2215 void handleTimeout(); method in interface:BackupManagerService.BackupRestoreTask
2262 void handleTimeout(int token, Object obj) { method in class:BackupManagerService
2282 op.callback.handleTimeout();
2821 public void handleTimeout() { method in class:BackupManagerService.PerformBackupTask
7796 public void handleTimeout() { method in class:BackupManagerService.PerformUnifiedRestoreTask

Completed in 289 milliseconds