Home
last modified time | relevance | path

Searched refs:serial_id (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py2904 def check_apm_mode_on_by_serial(ad, serial_id): argument
2906 apm_check_cmd = "|".join(("adb -s %s shell dumpsys wifi" % serial_id,
2918 def set_apm_mode_on_by_serial(ad, serial_id): argument
2920 cmd1 = "adb -s %s shell settings put global airplane_mode_on 1" % serial_id
2921 cmd2 = "adb -s %s shell am broadcast -a android.intent.action.AIRPLANE_MODE" % serial_id