Lines Matching refs:AndroidDevice
51 ad: android_device.AndroidDevice, country_code: str argument
76 ad: android_device.AndroidDevice, country_code: str argument
106 def enable_logs(ad: android_device.AndroidDevice) -> None: argument
114 ad: android_device.AndroidDevice, package_name: str argument
129 ad: android_device.AndroidDevice, package_name: str argument
141 def dump_gms_version(ad: android_device.AndroidDevice) -> Mapping[str, str]: argument
154 def _do_dump_gms_version(ad: android_device.AndroidDevice) -> Mapping[str, str]: argument
166 def toggle_airplane_mode(ad: android_device.AndroidDevice) -> None: argument
175 ad: android_device.AndroidDevice, wifi_ssid: str, wifi_password: str argument
187 ad: android_device.AndroidDevice, argument
199 def disconnect_from_wifi(ad: android_device.AndroidDevice) -> None: argument
208 ad: android_device.AndroidDevice, package_name: str argument
236 def enable_airplane_mode(ad: android_device.AndroidDevice) -> None: argument
248 def _do_enable_airplane_mode(ad: android_device.AndroidDevice) -> None: argument
260 def disable_airplane_mode(ad: android_device.AndroidDevice) -> None: argument
272 def _do_disable_airplane_mode(ad: android_device.AndroidDevice) -> None: argument
285 ad: android_device.AndroidDevice, argument
321 ad: android_device.AndroidDevice, argument
339 ad: android_device.AndroidDevice, argument
365 def enable_bluetooth_multiplex(ad: android_device.AndroidDevice) -> None: argument
374 def enable_wifi_aware(ad: android_device.AndroidDevice) -> None: argument
384 def enable_dfs_scc(ad: android_device.AndroidDevice) -> None: argument
394 def disable_wlan_deny_list(ad: android_device.AndroidDevice) -> None: argument
408 ad: android_device.AndroidDevice, enable_ble_scan_throttling: bool = False argument
432 def disable_redaction(ad: android_device.AndroidDevice) -> None: argument
442 def install_apk(ad: android_device.AndroidDevice, apk_path: str) -> None: argument
447 def disable_gms_auto_updates(ad: android_device.AndroidDevice) -> None: argument
458 def enable_gms_auto_updates(ad: android_device.AndroidDevice) -> None: argument
469 def get_wifi_sta_frequency(ad: android_device.AndroidDevice) -> int: argument
479 def get_wifi_p2p_frequency(ad: android_device.AndroidDevice) -> int: argument
489 def get_wifi_sta_max_link_speed(ad: android_device.AndroidDevice) -> int: argument
512 def dump_wifi_sta_status(ad: android_device.AndroidDevice) -> str: argument
522 def dump_wifi_p2p_status(ad: android_device.AndroidDevice) -> str: argument
532 def get_hardware(ad: android_device.AndroidDevice) -> str: argument