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/ |
D | qcom_utils.py | 224 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)
|
D | brcm_utils.py | 358 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/ |
D | BtSarBaseTest.py | 141 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)
|
D | A2dpBaseTest.py | 66 success = self.dut.push_system_file(music_src, music_dest)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
D | supl.py | 31 ad.push_system_file(xml_path_on_host, xml_path_on_device)
|
D | gnss_test_utils.py | 823 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/ |
D | PowerBTBaseTest.py | 68 success = self.dut.push_system_file(music_src, music_dest)
|
D | PowerBaseTest.py | 220 success = self.dut.push_system_file(img_src, img_dest)
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_android_device_test.py | 668 ret = ad.push_system_file('asdf', 'jkl') 684 ret = ad.push_system_file('asdf', 'jkl')
|
/tools/test/connectivity/acts_tests/tests/google/bt/performance/ |
D | BtA2dpOtaRangeTest.py | 106 success = self.dut.push_system_file(music_src, music_dest)
|
/tools/test/connectivity/acts_tests/tests/google/gnss/ |
D | GnssFunctionTest.py | 176 self.ad.push_system_file(gnss_cfg_file, gnss_cfg_path)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 1745 def push_system_file(self, src_file_path, dst_file_path, push_timeout=300): member in AndroidDevice
|