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

Commit 2ea311d0 authored by Taesu Lee's avatar Taesu Lee
Browse files

Get configs for a particular subscription



Bug: 199988019
Test: atest CarrierSignalTest on a multi-sim device

Signed-off-by: default avatarTaesu Lee <taesu82.lee@samsung.com>
Change-Id: I9a69a20632da690e1e8d508c061ee183c2783e29
parent 1ad04fc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ public class CarrierSignalAgent extends Handler {
                .getSystemService(Context.CARRIER_CONFIG_SERVICE);
        PersistableBundle b = null;
        if (configManager != null) {
            b = configManager.getConfig();
            b = configManager.getConfigForSubId(mPhone.getSubId());
        }
        if (b != null) {
            synchronized (mCachedWakeSignalConfigs) {