Home
last modified time | relevance | path

Searched refs:ObjNew (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DStartIperfTrafficTest.py19 from acts_contrib.test_utils.power.PowerBaseTest import ObjNew
48 tmp_obj = ObjNew(**tmp_dict)
DInjectWifiInterferenceTest.py21 from acts_contrib.test_utils.power.PowerBaseTest import ObjNew
57 tmp_obj = ObjNew(**tmp_dict)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtInterferenceBaseTest.py32 from acts_contrib.test_utils.power.PowerBaseTest import ObjNew
190 tmp_obj = ObjNew(**tmp_dict)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerBaseTest.py49 class ObjNew(object): class
367 self.test_configs = ObjNew(**config_dict)
452 mon_info = ObjNew(freq=self.mon_freq,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
Dcellular_performance_test_utils.py78 class ObjNew(object): class