Lines Matching refs:shell
87 ad.adb.shell('cmd wifi set-wifi-enabled disabled')
89 ad.adb.shell(
93 ad.adb.shell(f'cmd wifi force-country-code enabled {country_code}')
97 ad.adb.shell('cmd wifi set-wifi-enabled enabled')
99 ad.adb.shell('dumpsys wifi | grep mTelephonyCountryCode')
110 ad.adb.shell(f'setprop log.tag.{tag} VERBOSE')
157 ad.adb.shell(
229 ad.adb.shell(
250 ad.adb.shell(['settings', 'put', 'global', 'airplane_mode_on', '1'])
251 ad.adb.shell([
255 ad.adb.shell(['svc', 'wifi', 'disable'])
256 ad.adb.shell(['svc', 'bluetooth', 'disable'])
274 ad.adb.shell(['settings', 'put', 'global', 'airplane_mode_on', '0'])
275 ad.adb.shell([
279 ad.adb.shell(['svc', 'wifi', 'enable'])
280 ad.adb.shell(['svc', 'bluetooth', 'enable'])
312 flag_result = ad.adb.shell(sql_str).decode('utf-8').strip()
328 ad.adb.shell(
516 ad.adb.shell('cmd wifi status | grep WifiInfo').decode('utf-8').strip()
526 ad.adb.shell('dumpsys wifip2p').decode('utf-8').strip()