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

  /external/autotest/client/cros/networking/
cellular_proxy.py 12 class CellularProxy(shill_proxy.ShillProxy):
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/cros/cellular/
test_environment.py 176 shill = cellular_proxy.CellularProxy.get_proxy(self.bus)
203 # CellularProxy.get_proxy() checks to see if shill is running and
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)
    [all...]
  /external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/
cellular_OutOfCreditsSubscriptionState.py 42 cellular_proxy.CellularProxy.TECHNOLOGY_CELLULAR)
50 return properties[cellular_proxy.CellularProxy.
  /external/autotest/client/site_tests/network_3GSafetyDance/
network_3GSafetyDance.py 75 cellular_proxy.CellularProxy.SERVICE_CONNECT_TIMEOUT))
91 cellular_proxy.CellularProxy.
  /external/autotest/client/site_tests/network_3GFailedConnect/
network_3GFailedConnect.py 99 cellular_proxy.CellularProxy.SERVICE_CONNECT_TIMEOUT)
  /external/autotest/client/site_tests/network_3GScanningProperty/
network_3GScanningProperty.py 163 self._cellular_proxy = cellular_proxy.CellularProxy.get_proxy()
230 self._cellular_proxy = cellular_proxy.CellularProxy.get_proxy()
  /external/autotest/client/site_tests/network_3GModemControl/
network_3GModemControl.py 340 cellular_proxy.CellularProxy.SERVICE_PROPERTY_LAST_GOOD_APN,
345 cellular_proxy.CellularProxy.APN_INFO_PROPERTY_APN, default)

Completed in 106 milliseconds