Home
last modified time | relevance | path

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

/aosp12/build/soong/ui/build/
H A Dsignal.go51 handleTimeout := func() {
85 handleTimeout()
91 handleTimeout()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DFullRestoreEngineThread.java59 public void handleTimeout() { in handleTimeout() method in FullRestoreEngineThread
61 mEngine.handleTimeout(); in handleTimeout()
H A DFullRestoreEngine.java697 void handleTimeout() { in handleTimeout() method in FullRestoreEngine
H A DPerformUnifiedRestoreTask.java1080 mEngineThread.handleTimeout(); in handleCancel()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DPowerStatusMonitorAction.java95 handleTimeout(); in handleTimerEvent()
100 private void handleTimeout() { in handleTimeout() method in PowerStatusMonitorAction
/aosp12/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java93 handleTimeout(); in onCreate()
157 private void handleTimeout() { in handleTimeout() method in PowerTestActivity
/aosp12/system/chre/apps/test/common/chre_settings_test/inc/
H A Dchre_settings_test_manager.h158 void handleTimeout();
/aosp12/system/chre/apps/test/common/chre_settings_test/src/
H A Dchre_settings_test_manager.cc267 handleTimeout(); in handleDataFromChre()
566 void Manager::handleTimeout() { in handleTimeout() function in chre::settings_test::Manager