Home
last modified time | relevance | path

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

/frameworks/base/services/backup/java/com/android/server/backup/restore/
DFullRestoreEngineThread.java59 public void handleTimeout() { in handleTimeout() method in FullRestoreEngineThread
61 mEngine.handleTimeout(); in handleTimeout()
DFullRestoreEngine.java742 void handleTimeout() { in handleTimeout() method in FullRestoreEngine
DPerformUnifiedRestoreTask.java1332 mEngineThread.handleTimeout(); in handleCancel()
/frameworks/base/services/core/java/com/android/server/hdmi/
DPowerStatusMonitorAction.java95 handleTimeout(); in handleTimerEvent()
100 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/native/services/inputflinger/tests/
DInputMapperTest.h140 std::list<NotifyArgs> handleTimeout(InputMapper& mapper, nsecs_t when);
DInputMapperTest.cpp216 std::list<NotifyArgs> InputMapperTest::handleTimeout(InputMapper& mapper, nsecs_t when) { in handleTimeout() function in android::InputMapperTest
DInputReader_test.cpp6816 handleTimeout(mapper, ARBITRARY_TIME + 1); in testUnsuccessfulFusionGesture()
6821 handleTimeout(mapper, ARBITRARY_TIME + EXTERNAL_STYLUS_DATA_TIMEOUT); in testUnsuccessfulFusionGesture()
6939 handleTimeout(mapper, ARBITRARY_TIME + TOUCH_DATA_TIMEOUT); in TEST_F()
7010 handleTimeout(mapper, ARBITRARY_TIME + TOUCH_DATA_TIMEOUT); in TEST_F()
7057 handleTimeout(mapper, ARBITRARY_TIME + TOUCH_DATA_TIMEOUT); in TEST_F()