Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/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/tests/google/tel/live/
DTelLiveRebootStressTest.py426 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])
DTelLiveStressCallTest.py213 reasons = self.caller.search_logcat(
225 reasons = self.callee.search_logcat(
DTelLiveStressTest.py309 reasons = ad.search_logcat(
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py398 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(
/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.py1153 def search_logcat(self, matching_string, begin_time=None): member in AndroidDevice