Home
last modified time | relevance | path

Searched refs:list_fastboot_devices (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py25 from acts.controllers.android_device import list_fastboot_devices
420 if ad.serial in list_fastboot_devices():
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py192 def list_fastboot_devices(): function
260 serial_list = list_adb_devices() + list_fastboot_devices()
503 return self.serial in list_fastboot_devices()
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py31 from acts.controllers.android_device import list_fastboot_devices
366 if ad.serial in list_fastboot_devices():
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py35 from acts.controllers.android_device import list_fastboot_devices
6463 if ad.serial in list_fastboot_devices():
6526 if ad.serial in list_fastboot_devices():