Home
last modified time | relevance | path

Searched refs:android_devices (Results 1 – 25 of 28) sorted by relevance

12

/test/vts/utils/python/systrace/
Dsystrace_utils.py73 android_devices = getattr(self, keys.ConfigKeys.IKEY_ANDROID_DEVICE)
74 if not isinstance(android_devices, list):
77 device_spec = android_devices[0]
/test/vts/testcases/template/mobly/
Dmobly_test.py80 len(self.android_devices), DEVICES_REQUIRED,
84 for ad in self.android_devices:
113 serial1=self.android_devices[0].serial,
114 serial2=self.android_devices[1].serial,
/test/vts/runners/host/
Dbase_test.py214 def android_devices(self): member in BaseTestClass
230 @android_devices.setter
231 def android_devices(self, devices): member in BaseTestClass
455 for device in self.android_devices:
474 for device in self.android_devices:
478 for device in self.android_devices:
485 for device in self.android_devices:
1072 for device in self.android_devices:
1286 for device in self.android_devices:
1301 return all(map(lambda device: device.Heal(), self.android_devices))
[all …]
/test/vts/utils/python/web/
Dweb_utils.py95 android_devices = getattr(self, keys.ConfigKeys.IKEY_ANDROID_DEVICE,
97 if not android_devices or not isinstance(android_devices, list):
101 for device_spec in android_devices:
/test/vts/utils/python/coverage/
Dsancov_utils.py79 android_devices = getattr(self,
81 if not isinstance(android_devices, list):
84 for device in android_devices:
Dcoverage_utils.py126 android_devices = getattr(self,
128 if not isinstance(android_devices, list):
131 for device in android_devices:
/test/vts/testcases/fuzz/lib_bionic/
DLibBionicLibmFuzzTest.py28 self.dut = self.android_devices[0]
/test/vts-testcase/performance/binder_benchmark/
DBinderPerformanceTest.py75 self.dut = self.android_devices[0]
/test/vts-testcase/performance/hwbinder_benchmark/
DHwBinderPerformanceTest.py77 self.dut = self.android_devices[0]
/test/vts-testcase/hal/treble/platform_version/
DVtsTreblePlatformVersionTest.py31 self.dut = self.android_devices[0]
/test/vts-testcase/performance/audio_loopback_test/
DAudioLoopbackTest.py44 self.dut = self.android_devices[0]
/test/vts/testcases/template/hal_hidl_host_test/
Dhal_hidl_host_test.py39 self.dut = self.android_devices[0]
/test/vts-testcase/performance/fmq_benchmark/
DFmqPerformanceTest.py52 self.dut = self.android_devices[0]
/test/vts-testcase/kernel/linux_kselftest/
DLinuxKselftestTest.py52 self._dut = self.android_devices[0]
/test/vts-testcase/vndk/files/
DVtsVndkFilesTest.py52 self._dut = self.android_devices[0]
/test/vts-testcase/performance/hwbinder_latency_test/
DHwBinderLatencyTest.py66 self.dut = self.android_devices[0]
/test/vts/runners/adapters/acts/
Dacts_adapter.py99 for ad in self.android_devices:
/test/vts/utils/python/precondition/
Dprecondition_utils.py166 dut = test_instance.android_devices[0]
/test/vts-testcase/security/poc/host/
DSecurityPoCKernelTest.py57 self._dut = self.android_devices[0]
/test/vts-testcase/kernel/checkpoint/
DVtsKernelCheckpointTest.py65 self.dut = self.android_devices[0]
/test/vts-testcase/performance/binder_throughput_test/
DBinderThroughputBenchmark.py42 self.dut = self.android_devices[0]
/test/vts-testcase/performance/hwbinder_throughput_test/
DHwBinderThroughputBenchmark.py44 self.dut = self.android_devices[0]
/test/vts/testcases/template/llvmfuzzer_test/
Dllvmfuzzer_test.py60 self._dut = self.android_devices[0]
/test/vts-testcase/security/system_property/
DVtsTrebleSysPropTest.py114 self.dut = self.android_devices[0]
/test/vts-testcase/vndk/abi/
DVtsVndkAbiTest.py50 self._dut = self.android_devices[0]

12