Home
last modified time | relevance | path

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

/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.py56 success = self.dut.push_system_file(music_src, music_dest)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py1407 dut.push_system_file(config_file, dst_file)
1414 dut.push_system_file(config_file, dst_file)
1427 dut.push_system_file(file, '/vendor/firmware/')
1495 dut.push_system_file(local_ini_path, dut_ini_path)
/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/acts_contrib/test_utils/power/
DPowerBaseTest.py194 success = self.dut.push_system_file(img_src, img_dest)
/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.py168 self.ad.push_system_file(gnss_cfg_file, gnss_cfg_path)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1656 def push_system_file(self, src_file_path, dst_file_path, push_timeout=300): member in AndroidDevice