Searched refs:conn_type (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/tests/google/net/ |
D | DataUsageTest.py | 116 def _get_data_usage(self, ad, conn_type): argument 126 aos = self._get_data_usage_for_uid_rx(ad, conn_type, self.android_os_uid) 127 app = self._get_data_usage_for_uid_rx(ad, conn_type, self.conn_test_uid) 128 tot = self._get_data_usage_for_device_rx(ad, conn_type) 134 def _get_total_data_usage_for_device(self, conn_type): argument 145 conn_type, self.sub_id, 0, end_time) 150 def _get_data_usage_for_uid_rx(self, ad, conn_type, uid): argument 164 conn_type, subscriber_id, 0, end_time, uid) 167 def _get_data_usage_for_device_rx(self, ad, conn_type): argument 180 conn_type, subscriber_id, 0, end_time)
|
D | DataCostTest.py | 66 def _get_total_data_usage_for_device(self, ad, conn_type, sub_id): argument 82 conn_type, sub_id, 0, end_time)
|