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 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.java3054 private void handleTimeout(ToastRecord record) method in class:NotificationManagerService
3227 handleTimeout((ToastRecord)msg.obj);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java966 handleTimeout(msg.arg1, msg.obj);
2558 void handleTimeout(); method in interface:BackupManagerService.BackupRestoreTask
2605 void handleTimeout(int token, Object obj) { method in class:BackupManagerService
2618 Slog.v(TAG, "handleTimeout() after success; cleanup happens now");
2635 op.callback.handleTimeout();
3390 public void handleTimeout() { method in class:BackupManagerService.PerformBackupTask
4365 public void handleTimeout() { method in class:BackupManagerService.PerformAdbBackupTask
4807 public void handleTimeout() { method in class:BackupManagerService.PerformFullTransportBackupTask.SinglePackageBackupPreflight
4911 public void handleTimeout() { method in class:BackupManagerService.PerformFullTransportBackupTask.SinglePackageBackupRunner
5735 void handleTimeout() { method in class:BackupManagerService.FullRestoreEngine
6518 public void handleTimeout() { method in class:BackupManagerService.AdbRestoreFinishedLatch
8737 public void handleTimeout() { method in class:BackupManagerService.PerformUnifiedRestoreTask.StreamFeederThread
8785 public void handleTimeout() { method in class:BackupManagerService.PerformUnifiedRestoreTask.EngineThread
8982 public void handleTimeout() { method in class:BackupManagerService.PerformUnifiedRestoreTask
[all...]

Completed in 183 milliseconds