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

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DPowerStatusMonitorAction.java93 handleTimeout();
98 private void handleTimeout() { method in class:PowerStatusMonitorAction
/frameworks/support/design/src/android/support/design/widget/
H A DSnackbarManager.java57 handleTimeout((SnackbarRecord) message.obj);
218 private void handleTimeout(SnackbarRecord record) { method in class:SnackbarManager
/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/libs/common_time/
H A Dcommon_time_server.cpp355 if (!handleTimeout())
356 ALOGE("handleTimeout failed");
680 bool CommonTimeServer::handleTimeout() { function in class:android::CommonTimeServer
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2547 private void handleTimeout(ToastRecord record) method in class:NotificationManagerService
2700 handleTimeout((ToastRecord)msg.obj);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java885 handleTimeout(msg.arg1, msg.obj);
2336 void handleTimeout(); method in interface:BackupManagerService.BackupRestoreTask
2383 void handleTimeout(int token, Object obj) { method in class:BackupManagerService
2403 op.callback.handleTimeout();
3061 public void handleTimeout() { method in class:BackupManagerService.PerformBackupTask
4300 public void handleTimeout() { method in class:BackupManagerService.PerformFullTransportBackupTask.SinglePackageBackupPreflight
8249 public void handleTimeout() { method in class:BackupManagerService.PerformUnifiedRestoreTask

Completed in 235 milliseconds