Home
last modified time | relevance | path

Searched refs:search_logcat (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py410 logcat_results = ad.search_logcat("SSRObserver", begin_time)
460 logcat_results = ad.search_logcat("XTRA download success. "
653 logcat_results = ad.search_logcat("First fixed", begin_time)
691 if ad.search_logcat("act=com.android.gpstool.start_test_action",
716 crash_result = ad.search_logcat("Force finishing activity "
831 logcat_results = ad.search_logcat("write TTFF log", ttff_loop_time)
841 gnss_results = ad.search_logcat("GPSService: Check item",
855 flp_results = ad.search_logcat("GPSService: FLP Location",
890 stop_gps_results = ad.search_logcat("stop gps test", begin_time)
894 crash_result = ad.search_logcat("Force finishing activity "
[all …]
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py158 dict_match = ad.search_logcat(
175 dict_match = ad.search_logcat(
265 dict_match = ad.search_logcat(
282 dict_match = ad.search_logcat(
DTelLiveConnectivityMonitorBaseTest.py322 reasons = self.dut.search_logcat(
661 if self.dut.search_logcat("Bugreport notification title Call Drop:",
DTelLiveStressTest.py445 call_logs = ads[0].search_logcat(
448 messaging_logs = ads[0].search_logcat(
DTelWifiDataTest.py572 if ad.search_logcat(
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py482 output = ad.search_logcat("mobile number")
679 nw_valid = ad.search_logcat("validation failed",
699 recovery = ad.search_logcat("doRecovery() cleanup all connections",
3528 reasons = ad.search_logcat(
3538 reasons = ad.search_logcat("ACTION_FORBIDDEN_NO_SERVICE_AUTHORIZATION",
4440 reasons = ad.search_logcat("modem subsystem failure reason", begin_time)
6144 log_results = ad.search_logcat(
6151 log_results = ad.search_logcat(
6166 smshandle_logs = ad.search_logcat(
6171 log_results = ad.search_logcat(
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexPerformanceBaseTest.py159 adb_rssi_results = self.pri_ad.search_logcat(RSSI_RESULTS)
230 adb_rssi_poll_results = self.pri_ad.search_logcat(
232 adb_rssi_results = self.pri_ad.search_logcat(
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabCmasTest.py170 if self.ad.search_logcat(warning_message):
184 if self.ad.search_logcat(warning_message):
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_carkit_lib.py768 volume_info_logcat = pri_dut.search_logcat(
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py755 def search_logcat(self, matching_string, begin_time=None): member in AndroidDevice