Searched refs:search_logcat (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 410 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/ |
D | TelLiveNoQXDMLogTest.py | 158 dict_match = ad.search_logcat( 175 dict_match = ad.search_logcat( 265 dict_match = ad.search_logcat( 282 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 | TelLiveStressTest.py | 445 call_logs = ads[0].search_logcat( 448 messaging_logs = ads[0].search_logcat(
|
D | TelWifiDataTest.py | 572 if ad.search_logcat(
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 482 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/ |
D | CoexPerformanceBaseTest.py | 159 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/ |
D | TelLabCmasTest.py | 170 if self.ad.search_logcat(warning_message): 184 if self.ad.search_logcat(warning_message):
|
/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 | 755 def search_logcat(self, matching_string, begin_time=None): member in AndroidDevice
|