Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py613 logcat_results = ad.search_logcat("SSRObserver", begin_time)
669 xtra_results = ad.search_logcat("XTRA download success. "
678 lto_results = ad.search_logcat("GnssLocationProvider: "
681 lto_results = ad.search_logcat("GnssPsdsAidl: injectPsdsData: "
933 logcat_results = ad.search_logcat("First fixed", begin_time)
1009 result = ad.search_logcat("act=com.android.gpstool.start_test_action", begin_time)
1315 logcat_results = ad.search_logcat("write TTFF log", ttff_loop_time)
1325 gnss_results = ad.search_logcat("GPSService: Check item",
1341 flp_results = ad.search_logcat("GPSService: FLP Location",
1381 stop_gps_results = ad.search_logcat("stop gps test", begin_time)
[all …]
DGnssBlankingBase.py314 if self.dut.search_logcat(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_parse_utils.py218 logcat = ad.search_logcat(
520 logcat = ad.search_logcat(r'%s\|%s' % (
770 logcat = ad.search_logcat(
951 logcat = ad.search_logcat(r'%s\|%s' % (
1192 logcat = ad.search_logcat('%s\|%s' % (
1645 mo_logcat = ad_mo.search_logcat(
1652 mt_logcat = ad_mt.search_logcat(
1763 mo_logcat = ad_mo.search_logcat(MMS_SERVICE)
1768 mt_logcat = ad_mt.search_logcat(MMS_SERVICE)
1877 logcat = ad.search_logcat(
[all …]
Dtel_rcs_utils.py165 bugle_log_results = ad.search_logcat('BugleRcsEngine', begin_time)
167 log_results = ad.search_logcat('Enter PublishedState', begin_time)
Dtel_message_utils.py1618 log_results = ad.search_logcat(
1625 log_results = ad.search_logcat(
1640 smshandle_logs = ad.search_logcat(
1645 log_results = ad.search_logcat(
1647 ad.search_logcat("New %s Downloaded" % type, begin_time=begin_time)
1653 log_results = ad.search_logcat(
1658 log_results = ad.search_logcat(
Dtel_logging_utils.py304 if ad.search_logcat(
562 res = ad.search_logcat(
Dtel_voice_utils.py407 reasons = ad.search_logcat(
417 reasons = ad.search_logcat("ACTION_FORBIDDEN_NO_SERVICE_AUTHORIZATION",
Dtel_test_utils.py399 output = ad.search_logcat("mobile number")
1650 reasons = ad.search_logcat("modem subsystem failure reason", begin_time)
2394 search_results = ad.search_logcat(
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabPwsTest.py248 self.ad.search_logcat(
252 self.ad.search_logcat('Failed to play alert sound', start_time),
257 self.ad.search_logcat('playAlertTone: alertType=INFO', start_time),
261 self.ad.search_logcat('playAlertTone: alertType=DEFAULT', start_time),
DTelLabCmasTest.py169 if self.ad.search_logcat(warning_message):
184 if self.ad.search_logcat(warning_message):
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssConcurrencyTest.py157 search_results = self.ad.search_logcat(CONCURRENCY_TYPE[request_type],
282 search_results = self.ad.search_logcat("reportLocation", begin_time)
313 search_results = self.ad.search_logcat(pattern, begin_time)
391 search_res = self.ad.search_logcat(search_pattern, begin_time)
DLabGnssPowerSweepTest.py90 logcat_results = self.dut.search_logcat("Latitude", begin_time)
122 logcat_results = self.dut.search_logcat("L5 engaging rate:",
168 gnss_results = self.dut.search_logcat("GPSService: Check item",
DGnssSuplTest.py137 logcat_results = self.ad.search_logcat(
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiWpa3EnterpriseTest.py113 logcat_search = self.dut.search_logcat(logcat_msg)
135 logcat_search = self.dut.search_logcat(logcat_msg)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
DCoexPerformanceBaseTest.py159 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/live/
DTelLiveNoQXDMLogTest.py159 dict_match = ad.search_logcat(
176 dict_match = ad.search_logcat(
266 dict_match = ad.search_logcat(
283 dict_match = ad.search_logcat(
DTelLiveConnectivityMonitorBaseTest.py321 reasons = self.dut.search_logcat(
660 if self.dut.search_logcat("Bugreport notification title Call Drop:",
DTelWifiDataTest.py572 if ad.search_logcat(
DTelLiveGFTDSDSVoiceTest.py40 mep_logs = self.android_devices[0].search_logcat(
DTelLiveStressTest.py521 call_logs = ads[0].search_logcat(
524 messaging_logs = ads[0].search_logcat(
/tools/test/connectivity/acts_tests/tests/google/nr/cbr/
DCellBroadcastInitializationTest.py62 return ad.search_logcat(channel_4400__log)
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py326 reasons = ad.search_logcat(
336 reasons = ad.search_logcat("ACTION_FORBIDDEN_NO_SERVICE_AUTHORIZATION",
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gDSDSDDSSwitchTest.py42 mep_logs = self.android_devices[0].search_logcat(
DNsa5gDSDSSupplementaryServiceTest.py46 mep_logs = self.android_devices[0].search_logcat(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_carkit_lib.py768 volume_info_logcat = pri_dut.search_logcat(

12