Home
last modified time | relevance | path

Searched refs:handleTimeout (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DPowerStatusMonitorAction.java93 handleTimeout(); in handleTimerEvent()
98 private void handleTimeout() { in handleTimeout() method in PowerStatusMonitorAction
/frameworks/support/design/src/android/support/design/widget/
DSnackbarManager.java57 handleTimeout((SnackbarRecord) message.obj); in SnackbarManager()
218 private void handleTimeout(SnackbarRecord record) { in handleTimeout() method in SnackbarManager
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java93 handleTimeout(); in onCreate()
157 private void handleTimeout() { in handleTimeout() method in PowerTestActivity
/frameworks/base/libs/common_time/
Dcommon_time_server.h131 bool handleTimeout();
Dcommon_time_server.cpp355 if (!handleTimeout()) in runStateMachine_l()
680 bool CommonTimeServer::handleTimeout() { in handleTimeout() function in android::CommonTimeServer
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java885 handleTimeout(msg.arg1, msg.obj); in handleMessage()
2336 void handleTimeout(); in handleTimeout() method
2383 void handleTimeout(int token, Object obj) { in handleTimeout() method in BackupManagerService
2403 op.callback.handleTimeout(); in handleTimeout()
3061 public void handleTimeout() { in handleTimeout() method in BackupManagerService.PerformBackupTask
4300 public void handleTimeout() { in handleTimeout() method in BackupManagerService.PerformFullTransportBackupTask.SinglePackageBackupPreflight
8249 public void handleTimeout() { in handleTimeout() method in BackupManagerService.PerformUnifiedRestoreTask
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2547 private void handleTimeout(ToastRecord record) in handleTimeout() method in NotificationManagerService
2700 handleTimeout((ToastRecord)msg.obj); in handleMessage()