/tools/test/connectivity/acts/framework/acts/test_utils/users/ |
D | users.py | 26 def get_all_users(android_device): argument 36 def create_new_user(android_device, user_name): argument 41 def switch_user(android_device, user_id): argument 50 def remove_user(android_device, user_id): argument 54 def get_current_user(android_device): argument 60 def _wait_for_user_to_take_place(android_device, user_id, timeout=10): argument
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ |
D | ota_updater.py | 36 def _check_initialization(android_device): argument 44 def update(android_device, ignore_update_errors=False): argument 68 def can_update(android_device): argument
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/ |
D | ota_runner_factory.py | 49 def create_from_configs(config, android_device): argument 104 android_device, argument 130 android_device, argument 172 def get_ota_value_from_config(config, key, android_device): argument
|
D | ota_runner.py | 39 def __init__(self, ota_tool, android_device): argument 159 def __init__(self, ota_tool, android_device, ota_package, sl4a_apk): argument 192 def __init__(self, ota_tool, android_device, ota_packages, sl4a_apks): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/ |
D | events.py | 23 def __init__(self, android_device): argument 54 def __init__(self, android_device, bugreport_dir): argument
|
/tools/test/connectivity/acts/tests/google/tel/etc/ |
D | manage_sim.py | 25 import acts.controllers.android_device as android_device namespace
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | audio_utils.py | 66 android_device): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_test_utils.py | 73 def _add_android_device_to_dictionary(android_device, profile_list, argument 364 def determine_max_advertisements(android_device): argument 654 def get_bluetooth_crash_count(android_device): argument 1309 def set_bluetooth_codec(android_device, argument 1754 def __init__(self, android_device, music_file): argument
|
D | bt_power_test_utils.py | 33 def __init__(self, android_device, music_file): argument
|
D | BluetoothBaseTest.py | 223 def _setup_bt_libs(self, android_device): argument
|
/tools/test/connectivity/acts/framework/tests/controllers/ |
D | iperf_server_test.py | 330 def test_start_does_not_run_two_concurrent_processes(self, android_device): argument 345 def test_stop_exits_early_if_no_process_has_started(self, android_device, _, argument
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/ |
D | monsoon.py | 161 def attach_device(self, android_device): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/ |
D | wlan_device.py | 152 def __init__(self, android_device): argument
|
D | bluetooth_device.py | 359 def __init__(self, android_device): argument
|