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);
232 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.java3025 private void handleTimeout(ToastRecord record) method in class:NotificationManagerService
3192 handleTimeout((ToastRecord)msg.obj);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java965 handleTimeout(msg.arg1, msg.obj);
2542 void handleTimeout(); method in interface:BackupManagerService.BackupRestoreTask
2589 void handleTimeout(int token, Object obj) { method in class:BackupManagerService
2602 Slog.v(TAG, "handleTimeout() after success; cleanup happens now");
2619 op.callback.handleTimeout();
3373 public void handleTimeout() { method in class:BackupManagerService.PerformBackupTask
4345 public void handleTimeout() { method in class:BackupManagerService.PerformAdbBackupTask
4780 public void handleTimeout() { method in class:BackupManagerService.PerformFullTransportBackupTask.SinglePackageBackupPreflight
4884 public void handleTimeout() { method in class:BackupManagerService.PerformFullTransportBackupTask.SinglePackageBackupRunner
5703 void handleTimeout() { method in class:BackupManagerService.FullRestoreEngine
6482 public void handleTimeout() { method in class:BackupManagerService.AdbRestoreFinishedLatch
8695 public void handleTimeout() { method in class:BackupManagerService.PerformUnifiedRestoreTask.StreamFeederThread
8743 public void handleTimeout() { method in class:BackupManagerService.PerformUnifiedRestoreTask.EngineThread
8940 public void handleTimeout() { method in class:BackupManagerService.PerformUnifiedRestoreTask
[all...]

Completed in 205 milliseconds