Searched refs:unpack_custom_file (Results 1 – 4 of 4) sorted by relevance
69 def unpack_custom_file(file): function118 self.static_wifi_interference = unpack_custom_file(file)120 self.dynamic_wifi_interference = unpack_custom_file(file)
99 self.calibration_table = self.unpack_custom_file(file, False)366 def unpack_custom_file(self, file, test_specific=True): member in CellularBaseTest
181 self.atten_level = self.unpack_custom_file(self.attenuation_file)182 self.threshold = self.unpack_custom_file(self.threshold_file)293 def unpack_custom_file(self, file, test_specific=True): member in PowerBaseTest
43 self.networks = self.unpack_custom_file(self.network_file, False)