Home | History | Annotate | Download | only in wifi

Lines Matching refs:adb

24 from acts.controllers import adb
78 self.dut.adb.shell("settings put system screen_brightness 0")
122 self.dut.adb.shell(start_pmc_cmd)
123 self.dut.adb.shell("setprop log.tag.PMC VERBOSE")
126 self.dut.adb.shell("%sServerIP %s" % (pmc_set_params,
128 self.dut.adb.shell("%sServerPort %s" % (pmc_set_params,
131 self.dut.adb.shell("rm %s" % pmc_iperf_json_file)
132 except adb.AdbError:
142 self.dut.adb.pull(pmc_iperf_json_file, " ", dest)
144 self.dut.adb.shell("rm %s" % pmc_iperf_json_file)
168 self.dut.adb.shell(pmc_stop_iperf_client)
201 self.dut.adb.shell(pmc_interval_cmd % self.scan_interval)
202 self.dut.adb.shell(pmc_start_connect_scan_cmd)
206 self.dut.adb.shell(pmc_stop_connect_scan_cmd)
223 self.dut.adb.shell(pmc_start_iperf_client)
244 self.dut.adb.shell(pmc_start_iperf_client)
254 self.dut.adb.shell(pmc_interval_cmd % self.scan_interval)
255 self.dut.adb.shell(pmc_start_gscan_specific_channels_cmd)
259 self.dut.adb.shell(pmc_stop_gscan_cmd)
265 self.dut.adb.shell(pmc_interval_cmd % self.scan_interval)
266 self.dut.adb.shell(pmc_start_gscan_no_dfs_cmd)
270 self.dut.adb.shell(pmc_stop_gscan_cmd)
277 self.dut.adb.shell(pmc_interval_cmd % self.scan_interval)
278 self.dut.adb.shell(pmc_start_gscan_no_dfs_cmd)
282 self.dut.adb.shell(pmc_stop_gscan_cmd)
289 self.dut.adb.shell(pmc_interval_cmd % self.scan_interval)
290 self.dut.adb.shell(pmc_start_gscan_no_dfs_cmd)
294 self.dut.adb.shell(pmc_stop_gscan_cmd)
332 self.dut.adb.shell(pmc_turn_screen_on)
335 self.dut.adb.shell(pmc_turn_screen_off)
344 self.dut.adb.shell(pmc_turn_screen_on)
347 self.dut.adb.shell(pmc_turn_screen_off)