Home
last modified time | relevance | path

Searched refs:handleTimeout (Results 1 – 6 of 6) 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/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.cpp354 if (!handleTimeout()) in runStateMachine_l()
679 bool CommonTimeServer::handleTimeout() { in handleTimeout() function in android::CommonTimeServer
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java871 handleTimeout(msg.arg1, msg.obj); in handleMessage()
2225 void handleTimeout(); in handleTimeout() method
2272 void handleTimeout(int token, Object obj) { in handleTimeout() method in BackupManagerService
2292 op.callback.handleTimeout(); in handleTimeout()
2910 public void handleTimeout() { in handleTimeout() method in BackupManagerService.PerformBackupTask
7906 public void handleTimeout() { in handleTimeout() method in BackupManagerService.PerformUnifiedRestoreTask
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2246 private void handleTimeout(ToastRecord record) in handleTimeout() method
2399 handleTimeout((ToastRecord)msg.obj); in handleMessage()