/cts/hostsidetests/theme/ |
run_theme_capture_device.py | 97 device = androidDevice(deviceSerial)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
android_device_unittest.py | 50 android_device.AndroidDevice.GetAllConnectedDevices(None)))
|
/test/vts/testcases/template/gtest_binary_test/ |
gtest_binary_test.py | 34 _dut: AndroidDevice, the device under test as config
|
/test/vts/testcases/template/hal_hidl_replay_test/ |
hal_hidl_replay_test.py | 34 _dut: AndroidDevice, the device under test as config
|
/test/vts-testcase/fuzz/template/func_fuzzer_test/ |
func_fuzzer_test.py | 36 _dut: AndroidDevice, the device under test as config.
|
/test/vts-testcase/fuzz/template/libfuzzer_test/ |
libfuzzer_test.py | 38 _dut: AndroidDevice, the device under test as config.
|
/test/vts-testcase/kernel/linux_kselftest/ |
LinuxKselftestTest.py | 34 _dut: AndroidDevice, the device under test as config
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
wifi_test_utils.py | 548 ad: An AndroidDevice object. 567 ad: An AndroidDevice object. 603 ad: An AndroidDevice object. 628 ad: An AndroidDevice object. 647 ad: An AndroidDevice object. 720 ad: An AndroidDevice object. [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
android_browser_finder.py | 258 if not isinstance(device, android_device.AndroidDevice):
|
/test/vts-testcase/security/poc/host/ |
SecurityPoCKernelTest.py | 37 _dut: AndroidDevice, the device under test as config
|
/tools/test/connectivity/acts/tests/google/ble/bt5/ |
AdvertisingSetTest.py | 18 It is expected that the second AndroidDevice is able to advertise.
|
Bt5ScanTest.py | 18 It is expected that the second AndroidDevice is able to advertise.
|
/tools/test/connectivity/acts/tests/google/wifi/ |
WifiManagerTest.py | 105 params: A tuple of network info and AndroidDevice object. 238 params: A tuple of network info and AndroidDevice object. 264 params: A tuple of network info and AndroidDevice object.
|
WifiAwareManagerTest.py | 169 device: The 'AndroidDevice' on which to query the interface. 189 device: The 'AndroidDevice' on which to query the interface. 210 device: The 'AndroidDevice' on which to set up the connection. 235 device: The 'AndroidDevice' on which to send the message. 269 device: The 'AndroidDevice' on which to send the message. [all...] |
WifiNetworkSelectorTest.py | 87 ad: the AndroidDevice object to add networks to.
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
bt_test_utils.py | [all...] |
/development/python-packages/gdbrunner/ |
__init__.py | 202 device: the AndroidDevice object to use.
|
/system/core/adb/ |
test_adb.py | 37 """Tests for ADB that aren't a part of the AndroidDevice API."""
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/ |
VtsMultiDeviceTest.java | 64 static final String ANDROIDDEVICE = "AndroidDevice"; 586 device.put(ANDROIDDEVICE, deviceArray); 590 device.put(ANDROIDDEVICE, deviceArray); [all...] |
/test/vts/runners/host/ |
config_parser.py | 31 "AndroidDevice": "*",
|
/test/vts/testcases/template/llvmfuzzer_test/ |
llvmfuzzer_test.py | 36 _dut: AndroidDevice, the device under test as config
|
/test/vts-testcase/vndk/dependency/ |
VtsVndkDependencyTest.py | 38 _dut: The AndroidDevice under test.
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
TelephonyBaseTest.py | 72 #"AndroidDevice": [{"serial": "84B5T15A29018214",
|
/tools/test/connectivity/acts/framework/acts/ |
utils.py | 344 """Makes sure sl4a connection is established on the given AndroidDevice 348 android_devices: A list of AndroidDevice objects.
|
/test/vts/testcases/template/binary_test/ |
binary_test.py | 39 _dut: AndroidDevice, the device under test as config
|