Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fe94539 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am d6381a0b: Merge "FDN contacts not available after switching lines on twin SIM"

* commit 'd6381a0b':
  FDN contacts not available after switching lines on twin SIM
parents e03d3718 d6381a0b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1193,6 +1193,10 @@ public class SIMRecords extends IccRecords {
                mFh.loadEFTransparent(EF_CSP_CPHS,
                        obtainMessage(EVENT_GET_CSP_CPHS_DONE));
                break;
            case EF_FDN:
                if (DBG) log("SIM Refresh called for EF_FDN");
                mParentApp.queryFdn();
                break;
            default:
                // For now, fetch all records if this is not a
                // voicemail number.
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ public class UiccCardApplication {
    }

    /** Assumes mLock is held. */
    private void queryFdn() {
    void queryFdn() {
        //This shouldn't change run-time. So needs to be called only once.
        int serviceClassX;