OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_devices
(Results
101 - 125
of
229
) sorted by null
1
2
3
4
5
6
7
8
9
10
/tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DiscoveryTest.py
143
p_dut = self.
android_devices
[0]
145
s_dut = self.
android_devices
[1]
345
dut = self.
android_devices
[0]
467
p_dut = self.
android_devices
[0]
469
s_dut = self.
android_devices
[1]
[
all
...]
MatchFilterTest.py
141
p_dut = self.
android_devices
[0]
143
s_dut = self.
android_devices
[1]
/test/vts/testcases/host/camera_its/
CameraITSTest.py
58
self.dut1 = self.
android_devices
[0]
59
self.dut2 = self.
android_devices
[1]
60
self.display_device = self.
android_devices
[2]
/tools/test/connectivity/acts/tests/google/ble/scan/
BleBackgroundScanTest.py
50
self.scn_ad = self.
android_devices
[0]
51
self.adv_ad = self.
android_devices
[1]
63
for a in self.
android_devices
:
BleOnLostOnFoundTest.py
44
self.scn_ad = self.
android_devices
[0]
45
self.adv_ad = self.
android_devices
[1]
61
reset_bluetooth(self.
android_devices
)
/tools/test/connectivity/acts/tests/google/ble/system_tests/
BleStressTest.py
43
self.droid_list = get_advanced_droid_list(self.
android_devices
)
44
self.scn_ad = self.
android_devices
[0]
45
self.adv_ad = self.
android_devices
[1]
/tools/test/connectivity/acts/tests/google/tel/lab/
TelLabDataTest.py
78
self.ad = self.
android_devices
[0]
106
start_qxdm_loggers(self.log, self.
android_devices
)
107
ensure_phones_idle(self.log, self.
android_devices
)
TelLabEtwsTest.py
61
self.ad = self.
android_devices
[0]
82
start_qxdm_loggers(self.log, self.
android_devices
)
83
ensure_phones_idle(self.log, self.
android_devices
)
/tools/test/connectivity/acts/tests/google/wifi/
WifiTeleCoexTest.py
35
self.dut = self.
android_devices
[0]
41
self.ads = self.
android_devices
42
self.dut = self.
android_devices
[0]
WifiDiagnosticsTest.py
48
self.dut = self.
android_devices
[0]
WifiAutoUpdateTest.py
61
ota_updater.initialize(self.user_params, self.
android_devices
)
62
self.dut = self.
android_devices
[0]
/test/vts/testcases/codelab/host_multi_hal/
VtsCodelabHostMultiHalTest.py
32
self.dut = self.
android_devices
[0]
/test/vts/testcases/vts_selftest/manual_tests/shell_performance/
VtsSelfTestShellPerformance.py
35
self.dut = self.
android_devices
[0]
/test/vts/testcases/vts_selftest/test_framework/base_test/
VtsSelfTestBaseTest.py
64
self.dut = self.
android_devices
[0]
/test/vts/utils/python/web/
web_utils.py
84
android_devices
= getattr(self, keys.ConfigKeys.IKEY_ANDROID_DEVICE,
86
if not
android_devices
or not isinstance(
android_devices
, list):
90
for device_spec in
android_devices
:
/test/vts-testcase/hal/treble/platform_version/
VtsTreblePlatformVersionTest.py
31
self.dut = self.
android_devices
[0]
/test/vts-testcase/kernel/api/net/
VtsKernelNetTest.py
47
self.dut = self.
android_devices
[0]
/test/vts-testcase/kernel/syscall/
VtsKernelSyscallExistenceTest.py
31
self.dut = self.
android_devices
[0]
/tools/test/connectivity/acts/tests/google/net/
DataUsageTest.py
57
self.dut = self.
android_devices
[0]
58
self.tethered_devices = self.
android_devices
[1:]
74
for ad in self.
android_devices
:
91
for dut in self.
android_devices
:
/tools/test/connectivity/acts/tests/google/nfc/
NfcBasicFunctionalityTest.py
29
self.dut = self.
android_devices
[0]
/tools/test/connectivity/acts/tests/google/wifi/aware/ota/
ServiceIdsTest.py
68
dut = self.
android_devices
[0]
/tools/test/connectivity/acts/tests/google/wifi/aware/stress/
DiscoveryStressTest.py
44
dut = self.
android_devices
[0]
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
RangeApMiscTest.py
44
dut = self.
android_devices
[0]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
GattConnectedBaseTest.py
50
self.cen_ad = self.
android_devices
[0]
51
self.per_ad = self.
android_devices
[1]
/tools/test/connectivity/acts/tests/google/ble/bt5/
AdvertisingSetTest.py
67
self.adv_ad = self.
android_devices
[0]
78
reset_bluetooth(self.
android_devices
)
Completed in 298 milliseconds
1
2
3
4
5
6
7
8
9
10