Home
last modified time | relevance | path

Searched refs:test_wait_for_resume (Results 1 – 13 of 13) sorted by relevance

/external/autotest/server/site_tests/platform_InternalDisplay/
Dplatform_InternalDisplay.py53 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT)
/external/autotest/server/site_tests/network_WiFi_SuspendStress/
Dnetwork_WiFi_SuspendStress.py36 self._host.test_wait_for_resume(boot_id)
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dplatform_ExternalUsbPeripherals.py147 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT)
166 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT)
/external/autotest/server/site_tests/display_HotPlugAtSuspend/
Ddisplay_HotPlugAtSuspend.py113 host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT)
/external/autotest/server/site_tests/audio_AudioBasicHotwording/
Daudio_AudioBasicHotwording.py119 host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT_SECS)
/external/autotest/server/site_tests/platform_ExternalUSBStress/
Dplatform_ExternalUSBStress.py127 host.test_wait_for_resume(boot_id, _LONG_TIMEOUT)
/external/autotest/server/site_tests/audio_AudioBasicHDMI/
Daudio_AudioBasicHDMI.py65 self.host.test_wait_for_resume(boot_id, self.CONNECT_TIMEOUT_SEC)
/external/autotest/server/site_tests/network_WiFi_Reset/
Dnetwork_WiFi_Reset.py186 client.host.test_wait_for_resume(boot_id)
/external/autotest/server/site_tests/display_LidCloseOpen/
Ddisplay_LidCloseOpen.py201 self.host.test_wait_for_resume(boot_id,
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
Daudio_AudioQualityAfterSuspend.py55 self.host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT_SECS)
/external/autotest/server/site_tests/audio_AudioAfterSuspend/
Daudio_AudioAfterSuspend.py88 self.host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT_SECS)
/external/autotest/client/cros/chameleon/
Daudio_test_utils.py227 host.test_wait_for_resume(
/external/autotest/server/hosts/
Dcros_host.py1357 def test_wait_for_resume(self, old_boot_id, resume_timeout=None): member in CrosHost