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

Commit 5e95857e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Invalidate activateDataSubId cache" into udc-dev am: 896e037a

parents 3efa22ba 896e037a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -3964,8 +3964,13 @@ public class SubscriptionManager {

    /** @hide */
    public static void invalidateActiveDataSubIdCaches() {
        if (isSubscriptionManagerServiceEnabled()) {
            PropertyInvalidatedCache.invalidateCache(
                    CACHE_KEY_SUBSCRIPTION_MANAGER_SERVICE_PROPERTY);
        } else {
            PropertyInvalidatedCache.invalidateCache(CACHE_KEY_ACTIVE_DATA_SUB_ID_PROPERTY);
        }
    }

    /** @hide */
    public static void invalidateSlotIndexCaches() {