OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cellular_proxy
(Results
1 - 6
of
6
) sorted by null
/external/autotest/client/cros/cellular/
test_environment.py
19
from autotest_lib.client.cros.networking import
cellular_proxy
176
shill =
cellular_proxy
.CellularProxy.get_proxy(self.bus)
205
self.shill =
cellular_proxy
.CellularProxy.get_proxy(self.bus)
210
#
cellular_proxy
.
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
[
all
...]
/external/autotest/client/site_tests/network_3GFailedConnect/
network_3GFailedConnect.py
14
from autotest_lib.client.cros.networking import
cellular_proxy
99
cellular_proxy
.CellularProxy.SERVICE_CONNECT_TIMEOUT)
/external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/
cellular_OutOfCreditsSubscriptionState.py
13
from autotest_lib.client.cros.networking import
cellular_proxy
42
cellular_proxy
.CellularProxy.TECHNOLOGY_CELLULAR)
50
return properties[
cellular_proxy
.CellularProxy.
/external/autotest/client/site_tests/network_3GSafetyDance/
network_3GSafetyDance.py
12
from autotest_lib.client.cros.networking import
cellular_proxy
75
cellular_proxy
.CellularProxy.SERVICE_CONNECT_TIMEOUT))
91
cellular_proxy
.CellularProxy.
/external/autotest/client/site_tests/network_3GScanningProperty/
network_3GScanningProperty.py
16
from autotest_lib.client.cros.networking import
cellular_proxy
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
14
from autotest_lib.client.cros.networking import
cellular_proxy
340
cellular_proxy
.CellularProxy.SERVICE_PROPERTY_LAST_GOOD_APN,
345
cellular_proxy
.CellularProxy.APN_INFO_PROPERTY_APN, default)
Completed in 2302 milliseconds