Loading src/java/com/android/internal/telephony/uicc/UiccProfile.java +9 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
src/java/com/android/internal/telephony/uicc/UiccProfile.java +9 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading