Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dqcom_utils.py224 dut.push_system_file(config_file, dst_file)
259 dut.push_system_file(file, '/vendor/firmware/')
285 dut.push_system_file(local_ini_path, dut_ini_path)
Dbrcm_utils.py358 dut.push_system_file(config_file, dst_file)
379 dut.push_system_file(file, '/vendor/firmware/')
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtSarBaseTest.py141 success = self.dut.push_system_file(music_src, music_dest)
706 ad.push_system_file(src_path, dest_path)
708 ad.push_system_file(src_path, self.sar_file_path)
DA2dpBaseTest.py66 success = self.dut.push_system_file(music_src, music_dest)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dsupl.py31 ad.push_system_file(xml_path_on_host, xml_path_on_device)
Dgnss_test_utils.py823 ad.push_system_file(gnss_cfg_file, gnss_cfg_path)
2043 ad.push_system_file(gps_conf_path, "/etc/gps_debug.conf")
2099 ad.push_system_file(gps_xml_path, "/vendor/etc/gnss/gps.xml")
2116 ad.push_system_file(gps_conf_path, "/etc/gps_debug.conf")
2832 ad.push_system_file(modified_xml, gps_xml_path)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerBTBaseTest.py68 success = self.dut.push_system_file(music_src, music_dest)
DPowerBaseTest.py220 success = self.dut.push_system_file(img_src, img_dest)
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py668 ret = ad.push_system_file('asdf', 'jkl')
684 ret = ad.push_system_file('asdf', 'jkl')
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtA2dpOtaRangeTest.py106 success = self.dut.push_system_file(music_src, music_dest)
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssFunctionTest.py176 self.ad.push_system_file(gnss_cfg_file, gnss_cfg_path)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1745 def push_system_file(self, src_file_path, dst_file_path, push_timeout=300): member in AndroidDevice