/test/vts/utils/python/systrace/ |
D | systrace_utils.py | 73 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/ |
D | mobly_test.py | 80 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/ |
D | base_test.py | 214 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/ |
D | web_utils.py | 95 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/ |
D | sancov_utils.py | 79 android_devices = getattr(self, 81 if not isinstance(android_devices, list): 84 for device in android_devices:
|
D | coverage_utils.py | 126 android_devices = getattr(self, 128 if not isinstance(android_devices, list): 131 for device in android_devices:
|
/test/vts/testcases/fuzz/lib_bionic/ |
D | LibBionicLibmFuzzTest.py | 28 self.dut = self.android_devices[0]
|
/test/vts-testcase/performance/binder_benchmark/ |
D | BinderPerformanceTest.py | 75 self.dut = self.android_devices[0]
|
/test/vts-testcase/performance/hwbinder_benchmark/ |
D | HwBinderPerformanceTest.py | 77 self.dut = self.android_devices[0]
|
/test/vts-testcase/hal/treble/platform_version/ |
D | VtsTreblePlatformVersionTest.py | 31 self.dut = self.android_devices[0]
|
/test/vts-testcase/performance/audio_loopback_test/ |
D | AudioLoopbackTest.py | 44 self.dut = self.android_devices[0]
|
/test/vts/testcases/template/hal_hidl_host_test/ |
D | hal_hidl_host_test.py | 39 self.dut = self.android_devices[0]
|
/test/vts-testcase/performance/fmq_benchmark/ |
D | FmqPerformanceTest.py | 52 self.dut = self.android_devices[0]
|
/test/vts-testcase/kernel/linux_kselftest/ |
D | LinuxKselftestTest.py | 52 self._dut = self.android_devices[0]
|
/test/vts-testcase/vndk/files/ |
D | VtsVndkFilesTest.py | 52 self._dut = self.android_devices[0]
|
/test/vts-testcase/performance/hwbinder_latency_test/ |
D | HwBinderLatencyTest.py | 66 self.dut = self.android_devices[0]
|
/test/vts/runners/adapters/acts/ |
D | acts_adapter.py | 99 for ad in self.android_devices:
|
/test/vts/utils/python/precondition/ |
D | precondition_utils.py | 166 dut = test_instance.android_devices[0]
|
/test/vts-testcase/security/poc/host/ |
D | SecurityPoCKernelTest.py | 57 self._dut = self.android_devices[0]
|
/test/vts-testcase/kernel/checkpoint/ |
D | VtsKernelCheckpointTest.py | 65 self.dut = self.android_devices[0]
|
/test/vts-testcase/performance/binder_throughput_test/ |
D | BinderThroughputBenchmark.py | 42 self.dut = self.android_devices[0]
|
/test/vts-testcase/performance/hwbinder_throughput_test/ |
D | HwBinderThroughputBenchmark.py | 44 self.dut = self.android_devices[0]
|
/test/vts/testcases/template/llvmfuzzer_test/ |
D | llvmfuzzer_test.py | 60 self._dut = self.android_devices[0]
|
/test/vts-testcase/security/system_property/ |
D | VtsTrebleSysPropTest.py | 114 self.dut = self.android_devices[0]
|
/test/vts-testcase/vndk/abi/ |
D | VtsVndkAbiTest.py | 50 self._dut = self.android_devices[0]
|