Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py351 logcat_results = ad.search_logcat("XTRA download success. "
501 logcat_results = ad.search_logcat("First fixed", begin_time)
551 stop_gps_results = ad.search_logcat("stop gps test()", begin_time)
555 crash_result = ad.search_logcat("Force finishing activity "
560 logcat_results = ad.search_logcat("write TTFF log", begin_time)
642 logcat_results = ad.search_logcat("REPORT_LOCATION", begin_time)
670 logcat_results = ad.search_logcat(
/tools/test/connectivity/acts/tests/google/tel/lab/
DTelLabCmasTest.py171 if self.ad.search_logcat(warning_message):
185 if self.ad.search_logcat(warning_message):
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py481 output = ad.search_logcat("mobile number")
671 nw_valid = ad.search_logcat("validation failed",
691 recovery = ad.search_logcat("doRecovery() cleanup all connections",
2310 reasons = ad.search_logcat(
2320 reasons = ad.search_logcat("ACTION_FORBIDDEN_NO_SERVICE_AUTHORIZATION",
3075 reasons = ad.search_logcat("modem subsystem failure reason", begin_time)
4596 log_results = ad.search_logcat(
4603 log_results = ad.search_logcat(
4618 smshandle_logs = ad.search_logcat(
4623 log_results = ad.search_logcat(
[all …]
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py144 dict_match = ad.search_logcat(
161 dict_match = ad.search_logcat(
DTelLiveConnectivityMonitorBaseTest.py322 reasons = self.dut.search_logcat(
661 if self.dut.search_logcat("Bugreport notification title Call Drop:",
DTelWifiDataTest.py571 if ad.search_logcat(
DTelLiveStressTest.py401 call_logs = ads[0].search_logcat(
404 messaging_logs = ads[0].search_logcat(
/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.py750 def search_logcat(self, matching_string, begin_time=None): member in AndroidDevice