[Settings] Change the way in MobileNetworkListFragment for getting the subscription info from room db part3

Bug: 254405469
Test: atest NetworkProviderDownloadedSimListControllerTest, atest NetworkProviderSimListControllerTest
Change-Id: Iec6e17688b260d2fef464a711f92e788fe76fbe7
This commit is contained in:
Zoey Chen
2022-10-06 11:13:41 +00:00
parent 189c7eee3d
commit 31a3bd2e03
11 changed files with 313 additions and 267 deletions

View File

@@ -610,7 +610,7 @@ public class SubscriptionUtil {
boolean isDefaultData = subId == getDefaultDataSubscriptionId();
if (!isDefaultData && !isDefaultCall && !isDefaultSms) {
return null;
return "";
}
final StringBuilder defaultConfig = new StringBuilder();