Searched refs:pull_files (Results 1 – 11 of 11) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 999 def pull_files(self, device_paths, host_path=None): member in AndroidDevice 1047 self.pull_files(crash_reports, crash_log_path) 1062 self.pull_files(qxdm_logs, qxdm_log_path) 1092 self.pull_files(sdm_logs, sdm_log_path)
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLivePostflightTest.py | 59 ad.pull_files(crash_diff, crash_path) 80 ad.pull_files([tombstone], crash_path)
|
D | TelLiveStressTest.py | 546 ad.pull_files(BINDER_LOGS, log_path) 565 ad.pull_files(BINDER_LOGS, log_path)
|
D | TelLiveNoQXDMLogTest.py | 498 ad.pull_files([sl4a_apk], "/tmp/")
|
D | TelLiveConnectivityMonitorBaseTest.py | 153 self.dut.pull_files([CALL_DATA_LOGS], log_path)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_test_utils.py | 2111 ad.pull_files(logs, log_path) 2232 ad.pull_files(logs, log_path)
|
D | wifi_performance_test_utils.py | 1301 dut.pull_files(dut_ini_path, local_ini_path)
|
/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/ |
D | HotspotWiFiChannelTest.py | 77 self.pri_ad.pull_files([CNSS_LOG_PATH], os.path.join(
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerBaseTest.py | 505 self.dut.pull_files(TEMP_FILE, RESULTS_DESTINATION)
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 488 ad.pull_files([apk_source], apk_path)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 8048 ad.pull_files(logs, log_path) 8071 ad.pull_files([sl4a_apk], "/tmp/") 8766 ad.pull_files(logs, log_path)
|