Searched refs:search_logcat (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 351 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/ |
D | TelLabCmasTest.py | 171 if self.ad.search_logcat(warning_message): 185 if self.ad.search_logcat(warning_message):
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 481 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/ |
D | TelLiveNoQXDMLogTest.py | 144 dict_match = ad.search_logcat( 161 dict_match = ad.search_logcat(
|
D | TelLiveConnectivityMonitorBaseTest.py | 322 reasons = self.dut.search_logcat( 661 if self.dut.search_logcat("Bugreport notification title Call Drop:",
|
D | TelWifiDataTest.py | 571 if ad.search_logcat(
|
D | TelLiveStressTest.py | 401 call_logs = ads[0].search_logcat( 404 messaging_logs = ads[0].search_logcat(
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_carkit_lib.py | 768 volume_info_logcat = pri_dut.search_logcat(
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 750 def search_logcat(self, matching_string, begin_time=None): member in AndroidDevice
|