Merge "Carrier text handle sim removal" into lmp-mr1-dev
This commit is contained in:
@@ -284,10 +284,15 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
|
|||||||
KeyguardUpdateMonitorCallback cb = mCallbacks.get(j).get();
|
KeyguardUpdateMonitorCallback cb = mCallbacks.get(j).get();
|
||||||
if (cb != null) {
|
if (cb != null) {
|
||||||
cb.onSimStateChanged(data.subId, data.slotId, data.simState);
|
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 */
|
/** @return List of SubscriptionInfo records, maybe empty but never null */
|
||||||
|
|||||||
Reference in New Issue
Block a user