Home | History | Annotate | Download | only in uicc

Lines Matching refs:spn

1533     private void setVoiceMailByCountry (String spn) {
1534 if (mVmConfig.containsCarrier(spn)) {
1536 mVoiceMailNum = mVmConfig.getVoiceMailNumber(spn);
1537 mVoiceMailTag = mVmConfig.getVoiceMailTag(spn);
1665 * If the SPN is not found on the SIM or is empty, the rule is
1674 // If the operator has been overridden, treat it as the SPN file on the SIM did not exist.
1688 // SPN required if not registered to HPLMN or PLMN in EF_SPDI
1716 * States of Get SPN Finite State Machine which only used by getSpnFsm()
1730 * After starting, FSM will search SPN EFs in order and stop after finding
1731 * the first valid SPN
1734 * SPN EFs results (i.e. a SIM refresh occurs after issuing
1736 * receiving and discarding the unfinished SPN EF result.
1748 // SPN read
1781 final String spn = getServiceProviderName();
1783 if (spn == null || spn.length() == 0) {
1786 if (DBG) log("Load EF_SPN: " + spn
1789 mParentApp.getPhoneId(), spn);
1803 // show PLMN always, and SPN also if roaming.
1815 final String spn = getServiceProviderName();
1817 if (spn == null || spn.length() == 0) {
1823 if (DBG) log("Load EF_SPN_CPHS: " + spn);
1825 mParentApp.getPhoneId(), spn);
1847 final String spn = getServiceProviderName();
1849 if (spn == null || spn.length() == 0) {
1850 if (DBG) log("No SPN loaded in either CHPS or 3GPP");
1855 if (DBG) log("Load EF_SPN_SHORT_CPHS: " + spn);
1857 mParentApp.getPhoneId(), spn);
1861 if (DBG) log("No SPN loaded in either CHPS or 3GPP");
1874 * are treated specially when determining SPN display