Home
last modified time | relevance | path

Searched refs:wait_for_device (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/site_tests/hardware_UsbMount/
Dhardware_UsbMount.py44 storage = self.wait_for_device(filter_dict, cycles=1,
66 storage = self.wait_for_device(storage_filter,
74 storage = self.wait_for_device(storage_filter,
92 storage = self.wait_for_device(storage_filter, mount_volume=False)[0]
100 storage = self.wait_for_device(storage_filter, mount_volume=False)[0]
/external/autotest/client/cros/faft/utils/
Dos_interface.py211 def wait_for_device(self, timeout): member in OSInterface
213 return self.shell.wait_for_device(timeout)
Dshell_wrapper.py185 def wait_for_device(self, timeout): member in AdbShell
Dsaft_flashrom_util.py367 self.os_if.wait_for_device(60)
/external/autotest/client/site_tests/hardware_Usb30Throughput/
Dhardware_Usb30Throughput.py52 storage = self.wait_for_device(volume_filter, cycles=1,
/external/skia/infra/bots/recipe_modules/flavor/
Dandroid.py90 def wait_for_device(attempt): function
108 between_attempts_fn=wait_for_device,
/external/skqp/infra/bots/recipe_modules/flavor/
Dandroid.py90 def wait_for_device(attempt): function
108 between_attempts_fn=wait_for_device,
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
Dhardware_UsbBasicFileOperations.py18 storage = self.wait_for_device(volume_filter, cycles=1,
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
Dhardware_MultiReaderPowerConsumption.py106 self._storage = self.wait_for_device(volume_filter, cycles=1,
/external/autotest/client/cros/
Dstorage.py342 def wait_for_device(self, storage_filter, time_to_sleep=1, cycles=10, member in StorageTester
/external/autotest/client/cros/faft/
Drpc_functions.py175 return self._os_if.wait_for_device(timeout)