Searched refs:search_logcat (Results 1 – 7 of 7) sorted by relevance
170 if self.ad.search_logcat(warning_message):184 if self.ad.search_logcat(warning_message):
426 reasons = self.dut.search_logcat(435 if ads[0].search_logcat("Bugreport notification title Call Drop:"):444 if ads[0].search_logcat("Bugreport notification title Call Drop:"):663 dict_match = ad.search_logcat(text_search_mapping[tel_state])
213 reasons = self.caller.search_logcat(225 reasons = self.callee.search_logcat(
309 reasons = ad.search_logcat(
398 output = ad.search_logcat("mobile number")1229 reasons = ad.search_logcat(1792 reasons = ad.search_logcat(2431 reasons = ad.search_logcat("modem subsystem failure reason", begin_time)3689 log_results = ad.search_logcat(3696 log_results = ad.search_logcat(3711 log_results = ad.search_logcat(3713 ad.search_logcat("New %s Downloaded" % type, begin_time=begin_time)3719 log_results = ad.search_logcat(4053 reasons = ad.search_logcat(
768 volume_info_logcat = pri_dut.search_logcat(
1153 def search_logcat(self, matching_string, begin_time=None): member in AndroidDevice