Home
last modified time | relevance | path

Searched refs:android_device (Results 1 – 14 of 14) sorted by relevance

/test/vts/utils/python/controllers/
Dandroid_device_test.py19 import vts.utils.python.controllers.android_device as android_device namespace
27 available_serials = android_device.list_adb_devices()
29 self.dut = android_device.AndroidDevice(available_serials[0])
/test/vts-testcase/nbu/src/utils/
Dandroid_base_test.py7 from mobly.controllers import android_device
27 self.ads = self.register_controller(android_device, min_number=2)
44 android_device.take_bug_reports([self.dut_a, self.dut_b], record.test_name,
/test/vts-testcase/performance/binder_benchmark/
DBinderPerformanceTest.py24 from vts.utils.python.controllers import android_device
/test/vts-testcase/performance/hwbinder_benchmark/
DHwBinderPerformanceTest.py24 from vts.utils.python.controllers import android_device
/test/vts-testcase/performance/audio_loopback_test/
DAudioLoopbackTest.py27 from vts.utils.python.controllers import android_device
/test/vts/testcases/template/hal_hidl_host_test/
Dhal_hidl_host_test.py21 from vts.utils.python.controllers import android_device
/test/vts-testcase/performance/fmq_benchmark/
DFmqPerformanceTest.py24 from vts.utils.python.controllers import android_device
/test/vts-testcase/kernel/linux_kselftest/
DLinuxKselftestTest.py25 from vts.utils.python.controllers import android_device
/test/vts-testcase/performance/hwbinder_latency_test/
DHwBinderLatencyTest.py25 from vts.utils.python.controllers import android_device
/test/vts-testcase/security/poc/host/
DSecurityPoCKernelTest.py28 from vts.utils.python.controllers import android_device
/test/vts-testcase/performance/binder_throughput_test/
DBinderThroughputBenchmark.py25 from vts.utils.python.controllers import android_device
/test/vts-testcase/performance/hwbinder_throughput_test/
DHwBinderThroughputBenchmark.py25 from vts.utils.python.controllers import android_device
/test/vts/runners/host/
Dbase_test.py35 from vts.utils.python.controllers import android_device
221 self.registerController(android_device,
1283 available_devices = android_device.list_adb_devices()
/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py33 from vts.utils.python.controllers import android_device