Lines Matching refs:roaming

394      * GSM roaming status solely based on TS 27.007 7.2 CREG. Only used by
395 * handlePollStateResult to store CREG roaming result.
399 * Data roaming status solely based on TS 27.007 10.1.19 CGREG. Only used by
400 * handlePollStateResult to store CGREG roaming result.
696 * Registration point for combined roaming on of mobile voice
697 * combined roaming is true when roaming is true and ONS differs SPN
717 * Registration point for roaming off of mobile voice
718 * combined roaming is true when roaming is true and ONS differs SPN
738 * Registration point for combined roaming on of mobile data
739 * combined roaming is true when roaming is true and ONS differs SPN
759 * Registration point for roaming off of mobile data
760 * combined roaming is true when roaming is true and ONS differs SPN
1273 // again to update to the roaming state with
1500 // For CDMA, voice and data should have the same roaming status
1517 log("Turn off roaming indicator if !isPrlLoaded or voice RAT is unknown");
1524 // TODO this will be removed when we handle roaming on LTE on CDMA+LTE phones
1527 log("Turn off roaming indicator as voice is LTE");
1571 * Set roaming state when cdmaRoaming is true and ons is different from spn
1572 * @param cdmaRoaming TS 27.007 7.2 CREG registered roaming
1574 * @return true for roaming state set
1653 int defaultRoamingIndicator = 0; //[12] Is default roaming indicator from PRL
1709 // When registration state is roaming and TSB58
1710 // roaming indicator is not in the carrier-specified
1857 // voice roaming state in done while handling EVENT_POLL_STATE_REGISTRATION_CDMA
1942 * Determine whether a roaming indicator is in the carrier-specified list of ERIs for
1945 * @param roamInd roaming indicator in String
1965 // no system property found for the roaming indicators for home system
1971 * for roaming or not roaming for the current service state.
1976 * Since the roaming state of gsm service (from +CREG) and
1978 * is set to roaming when either is true.
1981 * The new SS is not set as roaming while gsm service reports
1982 * roaming but indeed it is same operator.
1983 * And the operator is considered non roaming.
1985 * The test for the operators is to handle special roaming
1988 boolean roaming = (mGsmRoaming || mDataRoaming);
1991 roaming = false;
1994 // Save the roaming state before carrier config possibly overrides it.
1995 mNewSS.setDataRoamingFromRegistration(roaming);
2006 roaming = false;
2008 log("updateRoamingState: carrier config override set non roaming:"
2010 roaming = false;
2012 log("updateRoamingState: carrier config override set roaming:"
2014 roaming = true;
2023 mNewSS.setVoiceRoaming(roaming);
2024 mNewSS.setDataRoaming(roaming);
2026 // Save the roaming state before carrier config possibly overrides it.
2041 log("updateRoamingState: carrier config override set non-roaming:"
2046 log("updateRoamingState: carrier config override set roaming:"
2089 // 3) Normal operation in either home or roaming service
2116 // In either home or roaming service
2891 // set roaming type
3091 // SIM is found on the device. If ERI roaming is OFF, and SID/NID matches
3392 case 5: // 5 is "registered, roaming"
3426 * Set roaming state if operator mcc is the same as sim mcc
3458 * Do not set roaming state in case of oprators considered non-roaming.
3462 * don't set roaming state.
3465 * @return false for roaming state set
4616 * Check ISO country by MCC to see if phone is roaming in same registered country
4651 * Set both voice and data roaming type,
4660 // check roaming type by MCC
4669 // some carrier defines international roaming by indicator
4673 // It's domestic roaming at least now
4684 // check roaming type by MCC
4712 // we can not decide GSM data roaming type without voice
4716 // we can not decide 3gpp2 roaming state here
4726 // we can not decide CDMA data roaming type without voice
4731 // take it as 3GPP roaming
4785 * Check if device is non-roaming and always on home network.