Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500_cellular_simulator.py489 return self.cmx.wait_for_rrc_state(cmx500.RrcState.RRC_ON, timeout)
503 return self.cmx.wait_for_rrc_state(cmx500.RrcState.RRC_OFF, timeout)
Dcmw500_cellular_simulator.py725 self.cmw.wait_for_rrc_state(cmw500.LTE_CONN_RESP, timeout=timeout)
739 self.cmw.wait_for_rrc_state(cmw500.LTE_IDLE_RESP, timeout=timeout)
Dcmw500.py420 def wait_for_rrc_state(self, state, timeout=120): member in Cmw500
Dcmx500.py600 def wait_for_rrc_state(self, state, timeout=120): member in Cmx500
/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/
DHotspotWiFiChannelTest.py178 self.cmw.wait_for_rrc_state(cmw500.LTE_CONN_RESP)