Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiWpa3EnterpriseTest.py114 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.py158 dict_match = ad.search_logcat(
175 dict_match = ad.search_logcat(
265 dict_match = ad.search_logcat(
282 dict_match = ad.search_logcat(
DTelLiveConnectivityMonitorBaseTest.py322 reasons = self.dut.search_logcat(
661 if self.dut.search_logcat("Bugreport notification title Call Drop:",
DTelWifiDataTest.py572 if ad.search_logcat(
DTelLiveStressTest.py507 call_logs = ads[0].search_logcat(
510 messaging_logs = ads[0].search_logcat(
/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/gnss/
DGnssConcurrencyTest.py124 search_results = self.ad.search_logcat(CONCURRENCY_TYPE[type],
DGnssFunctionTest.py386 dpo_results = self.ad.search_logcat("HardwareClockDiscontinuityCount",
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_carkit_lib.py768 volume_info_logcat = pri_dut.search_logcat(
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py818 def search_logcat(self, member in AndroidDevice