Searched refs:unpack_custom_file (Results 1 – 4 of 4) sorted by relevance
20 from acts_contrib.test_utils.bt.BtInterferenceBaseTest import unpack_custom_file39 self.static_wifi_interference = unpack_custom_file(file)41 self.dynamic_wifi_interference = unpack_custom_file(file)
70 def unpack_custom_file(file): function165 self.static_wifi_interference = unpack_custom_file(file)167 self.dynamic_wifi_interference = unpack_custom_file(file)
208 self.atten_level = self.unpack_custom_file(self.attenuation_file)209 self.threshold = self.unpack_custom_file(self.threshold_file)337 def unpack_custom_file(self, file, test_specific=True): member in PowerBaseTest
45 self.networks = self.unpack_custom_file(self.network_file, False)