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

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PServedUser.java 66 public void setRegistrationState(String registrationState) {
68 if((registrationState!=null))
70 if(registrationState.equals("reg")||registrationState.equals("unreg"))
73 setParameter(ParameterNamesIms.REGISTRATION_STATE, registrationState);
PServedUserHeader.java 56 public void setRegistrationState(String registrationState);
  /external/autotest/client/cros/cellular/pseudomodem/
modem_3gpp.py 142 'RegistrationState' : (
217 state = self.Get(mm1_constants.I_MODEM_3GPP, 'RegistrationState')
231 |SubscriptionState| property depending on the |RegistrationState|.
249 |RegistrationState|.
255 'RegistrationState')
310 Sets the 'RegistrationState' property.
317 self.SetUInt32(mm1_constants.I_MODEM_3GPP, 'RegistrationState', state)
524 m3gpp_props['RegistrationState']
  /external/autotest/client/cros/cellular/
mm1.py 55 MM_MODEM3GPP_PROPERTY_REGISTRATION_STATE = 'RegistrationState'
  /external/autotest/client/site_tests/cellular_DeferredRegistration/
cellular_DeferredRegistration.py 40 'RegistrationState',
  /external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
network_ChromeCellularNetworkProperties.py 201 { 'properties': ('RegistrationState',
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java     [all...]

Completed in 518 milliseconds