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/controllers/
Dandroid_device.py187 def list_fastboot_devices(): function
255 serial_list = list_adb_devices() + list_fastboot_devices()
498 return self.serial in list_fastboot_devices()
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py30 from acts.controllers.android_device import list_fastboot_devices
506 if ad.serial in list_fastboot_devices():
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py31 from acts.controllers.android_device import list_fastboot_devices
555 if ad.serial in list_fastboot_devices():
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py38 from acts.controllers.android_device import list_fastboot_devices
8080 if ad.serial in list_fastboot_devices():
8143 if ad.serial in list_fastboot_devices():