Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/hardware_UsbMount/
Dhardware_UsbMount.py43 storage = self.wait_for_device(filter_dict, cycles=1,
65 storage = self.wait_for_device(storage_filter,
73 storage = self.wait_for_device(storage_filter,
91 storage = self.wait_for_device(storage_filter, mount_volume=False)[0]
99 storage = self.wait_for_device(storage_filter, mount_volume=False)[0]
/external/skia/infra/bots/flavor/
Dandroid_flavor.py25 def wait_for_device(self): member in _ADBWrapper
38 self.wait_for_device()
171 self._adb.wait_for_device()
207 self._adb.wait_for_device()
/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.py356 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/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.py343 def wait_for_device(self, storage_filter, time_to_sleep=1, cycles=10, member in StorageTester
/external/autotest/client/cros/faft/
Drpc_functions.py193 return self._os_if.wait_for_device(timeout)