HomeSort by relevance Sort by last modified time
    Searched refs:trim_model_name (Results 1 - 5 of 5) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 30 from acts.utils import trim_model_name
396 if model and trim_model_name(model) in K_DEVICES:
400 elif model and trim_model_name(model) in L_DEVICES:
404 elif model and trim_model_name(model) in L_TAP_DEVICES:
408 elif model and trim_model_name(model) in M_DEVICES:
  /tools/test/connectivity/acts/tests/google/wifi/
WifiPowerTest.py 113 model = utils.trim_model_name(self.dut.model)
WifiRttManagerTest.py 435 model = acts.utils.trim_model_name(self.dut.model)
456 model = acts.utils.trim_model_name(self.dut.model)
WifiManagerTest.py 201 model = acts.utils.trim_model_name(self.dut.model)
  /tools/test/connectivity/acts/framework/acts/
utils.py 447 def trim_model_name(model): function

Completed in 403 milliseconds