Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DAndroidCellularDut.py18 from acts.controllers.cellular_lib import BaseCellularDut
21 class AndroidCellularDut(BaseCellularDut.BaseCellularDut):
75 if type == BaseCellularDut.PreferredNetworkType.LTE_ONLY:
77 elif type == BaseCellularDut.PreferredNetworkType.WCDMA_ONLY:
79 elif type == BaseCellularDut.PreferredNetworkType.GSM_ONLY:
DGsmSimulation.py27 from acts.controllers.cellular_lib import BaseCellularDut
86 BaseCellularDut.PreferredNetworkType.GSM_ONLY)
DUmtsSimulation.py24 from acts.controllers.cellular_lib import BaseCellularDut
121 BaseCellularDut.PreferredNetworkType.WCDMA_ONLY)
DBaseCellularDut.py28 class BaseCellularDut(): class
DLteSimulation.py21 from acts.controllers.cellular_lib import BaseCellularDut
472 BaseCellularDut.PreferredNetworkType.LTE_ONLY)