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

Commit 2168062b authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

am 0a1eb640: Merge "Carrier text handle sim removal" into lmp-mr1-dev

automerge: a50a6682

* commit 'a50a6682':
  Carrier text handle sim removal
parents 0142097a a50a6682
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -284,10 +284,15 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
                KeyguardUpdateMonitorCallback cb = mCallbacks.get(j).get();
                if (cb != null) {
                    cb.onSimStateChanged(data.subId, data.slotId, data.simState);
                    cb.onRefreshCarrierInfo();
                }
            }
        }
        for (int j = 0; j < mCallbacks.size(); j++) {
            KeyguardUpdateMonitorCallback cb = mCallbacks.get(j).get();
            if (cb != null) {
                cb.onRefreshCarrierInfo();
            }
        }
    }

    /** @return List of SubscriptionInfo records, maybe empty but never null */