Home
last modified time | relevance | path

Searched refs:get_modem_ssr_crash_count (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/tests/google/gnss/
DGNSSSanityTest.py402 before_modem_ssr = gutils.get_modem_ssr_crash_count(self.ad)
404 after_modem_ssr = gutils.get_modem_ssr_crash_count(self.ad)
717 before_modem_ssr = gutils.get_modem_ssr_crash_count(self.ad)
719 after_modem_ssr = gutils.get_modem_ssr_crash_count(self.ad)
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py318 def get_modem_ssr_crash_count(ad): function