Home
last modified time | relevance | path

Searched refs:log_results (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py6144 log_results = ad.search_logcat(
6146 if log_results:
6148 log_results[-1]["log_message"])
6151 log_results = ad.search_logcat(
6154 if log_results:
6155 for log_result in log_results:
6171 log_results = ad.search_logcat(
6174 if log_results:
6176 log_results[-1]["log_message"])
6179 log_results = ad.search_logcat(
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py639 def log_results(self, test_name): member in BluetoothPtsDevice
726 self.log_results(test_name)