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

Commit ab6766da authored by Gil O'Neil's avatar Gil O'Neil Committed by android-build-merger
Browse files

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

am: af9e9c88

Change-Id: I7ca2ad2fa874754df8e03ef8ba8122f1a8a2a5fa
parents 92a20929 af9e9c88
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1528,6 +1528,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
     */