Home
last modified time | relevance | path

Searched refs:I_MODEM_3GPP (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/cros/cellular/pseudomodem/
Dmodem_3gpp.py89 ip[mm1_constants.I_MODEM_3GPP] = props3gpp
215 if not mm1_constants.I_MODEM_3GPP in self._properties:
217 state = self.Get(mm1_constants.I_MODEM_3GPP, 'RegistrationState')
223 self.Set(mm1_constants.I_MODEM_3GPP, 'VendorPcoInfo', new_pco_value)
252 if not mm1_constants.I_MODEM_3GPP in self._properties:
254 registration_state = self.Get(mm1_constants.I_MODEM_3GPP,
265 self.SetUInt32(mm1_constants.I_MODEM_3GPP,
277 if mm1_constants.I_MODEM_3GPP in self._properties:
278 self.SetUInt32(mm1_constants.I_MODEM_3GPP,
305 self.SetAll(mm1_constants.I_MODEM_3GPP, props)
[all …]
Dtesting.py72 if mm1_constants.I_MODEM_3GPP in self._modem.properties:
93 if mm1_constants.I_MODEM_3GPP in self._modem.properties:
/external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
Dnetwork_ChromeCellularNetworkProperties.py198 mm1_constants.I_MODEM_3GPP),
210 mm1_constants.I_MODEM_3GPP,
/external/autotest/client/cros/cellular/
Dmm1_constants.py40 I_MODEM_3GPP = I_MODEM + '.Modem3gpp' variable
41 I_MODEM_3GPP_USSD = I_MODEM_3GPP + '.Ussd'
/external/autotest/client/site_tests/cellular_DeferredRegistration/
Dcellular_DeferredRegistration.py39 mm1_constants.I_MODEM_3GPP,
/external/autotest/client/cros/networking/
Dmm1_proxy.py199 return dbus.Interface(self._modem, mm1_constants.I_MODEM_3GPP)