Home
last modified time | relevance | path

Searched refs:trim_model_name (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/
DWifiRttManagerTest.py446 model = acts.utils.trim_model_name(self.dut.model)
469 model = acts.utils.trim_model_name(self.dut.model)
DWifiPowerTest.py175 model = utils.trim_model_name(self.dut.model)
/tools/test/connectivity/acts/framework/acts/
Dutils.py557 def trim_model_name(model): function