Home
last modified time | relevance | path

Searched refs:CellularProxy (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/cros/cellular/
Dtest_environment.py176 shill = cellular_proxy.CellularProxy.get_proxy(self.bus)
205 self.shill = cellular_proxy.CellularProxy.get_proxy(self.bus)
249 cellular_proxy.CellularProxy.DEVICE_PROPERTY_TECHNOLOGY_FAMILY]
251 cellular_proxy.CellularProxy.
256 if not props[cellular_proxy.CellularProxy.DEVICE_PROPERTY_SIM_PRESENT]:
261 cellular_proxy.CellularProxy.DEVICE_PROPERTY_SIM_LOCK_STATUS,
266 cellular_proxy.CellularProxy.PROPERTY_KEY_SIM_LOCK_ENABLED,
299 timeout=cellular_proxy.CellularProxy.SERVICE_REGISTRATION_TIMEOUT)
317 cellular_proxy.CellularProxy.ERROR_NOT_CONNECTED):
321 cellular_proxy.CellularProxy.SERVICE_PROPERTY_STATE,
[all …]
/external/autotest/client/cros/networking/
Dcellular_proxy.py12 class CellularProxy(shill_proxy.ShillProxy): class
75 CellularProxy._poll_for_condition(
141 CellularProxy._poll_for_condition(
152 CellularProxy._poll_for_condition(
205 CellularProxy._poll_for_condition(
231 if(time.time() + CellularProxy.SLEEP_INTERVAL - start_time >
235 time.sleep(CellularProxy.SLEEP_INTERVAL)
/external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/
Dcellular_OutOfCreditsSubscriptionState.py42 cellular_proxy.CellularProxy.TECHNOLOGY_CELLULAR)
50 return properties[cellular_proxy.CellularProxy.
/external/autotest/client/site_tests/network_3GSafetyDance/
Dnetwork_3GSafetyDance.py75 cellular_proxy.CellularProxy.SERVICE_CONNECT_TIMEOUT))
91 cellular_proxy.CellularProxy.
/external/autotest/client/site_tests/network_3GScanningProperty/
Dnetwork_3GScanningProperty.py163 self._cellular_proxy = cellular_proxy.CellularProxy.get_proxy()
230 self._cellular_proxy = cellular_proxy.CellularProxy.get_proxy()
/external/autotest/client/site_tests/network_3GFailedConnect/
Dnetwork_3GFailedConnect.py99 cellular_proxy.CellularProxy.SERVICE_CONNECT_TIMEOUT)
/external/autotest/client/site_tests/network_3GModemControl/
Dnetwork_3GModemControl.py340 cellular_proxy.CellularProxy.SERVICE_PROPERTY_LAST_GOOD_APN,
345 cellular_proxy.CellularProxy.APN_INFO_PROPERTY_APN, default)