Home
last modified time | relevance | path

Searched refs:get_screen_shot_logs (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveGFTRcsTest.py29 from acts_contrib.test_utils.tel.tel_logging_utils import get_screen_shot_logs
51 get_screen_shot_logs(self.android_devices)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
DGFTInOutBaseTest.py27 from acts_contrib.test_utils.tel.tel_logging_utils import get_screen_shot_logs
67 get_screen_shot_logs(self.android_devices)
Dtel_rcs_utils.py25 from acts_contrib.test_utils.tel.tel_logging_utils import get_screen_shot_logs
Dtel_logging_utils.py609 def get_screen_shot_logs(ads, test_name="", begin_time=None): function