Searched refs:conn_type (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | DataUsageTest.py | 155 def _get_total_data_usage_for_device(self, ad, conn_type): argument 168 conn_type, sub_id, 0, end_time) 173 def _get_data_usage_for_uid_rx(self, ad, conn_type, uid): argument 184 if conn_type == cconst.TYPE_WIFI: 190 conn_type, subscriber_id, 0, end_time, uid) 193 def _get_data_usage_for_device_rx(self, ad, conn_type): argument 203 if conn_type == cconst.TYPE_WIFI: 209 conn_type, subscriber_id, 0, end_time) 212 def _get_data_usage(self, ad, conn_type): argument 224 aos = self._get_data_usage_for_uid_rx(ad, conn_type, android_os_uid) [all …]
|
D | DataCostTest.py | 106 def _get_total_data_usage_for_device(self, ad, conn_type, sub_id): argument 122 conn_type, sub_id, 0, end_time)
|