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

Commit af9e9c88 authored by Gil O'Neil's avatar Gil O'Neil Committed by Android (Google) Code Review
Browse files

Merge "Exposed method as public for testing that reloads UiccProfile rules" into pi-dev

parents e56dc56e bc41956e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1523,6 +1523,15 @@ public class UiccProfile extends IccCard {
        if (DBG) UiccController.sLocalLog.log("UiccProfile[" + mPhoneId + "]: " + msg);
    }

    /**
     * Reloads carrier privileges as if a change were just detected.  Useful to force a profile
     * refresh without having to physically insert or remove a SIM card.
     */
    @VisibleForTesting
    public void refresh() {
        mHandler.sendMessage(mHandler.obtainMessage(EVENT_CARRIER_PRIVILEGES_LOADED));
    }

    /**
     * Dump
     */