Loading telephony/java/android/telephony/SubscriptionManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -1365,6 +1365,7 @@ public class SubscriptionManager { * include those that were inserted before, maybe empty but not null. * @hide */ @NonNull @UnsupportedAppUsage public List<SubscriptionInfo> getAllSubscriptionInfoList() { if (VDBG) logd("[getAllSubscriptionInfoList]+"); Loading @@ -1382,7 +1383,7 @@ public class SubscriptionManager { } if (result == null) { result = new ArrayList<>(); result = Collections.emptyList(); } return result; } Loading Loading
telephony/java/android/telephony/SubscriptionManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -1365,6 +1365,7 @@ public class SubscriptionManager { * include those that were inserted before, maybe empty but not null. * @hide */ @NonNull @UnsupportedAppUsage public List<SubscriptionInfo> getAllSubscriptionInfoList() { if (VDBG) logd("[getAllSubscriptionInfoList]+"); Loading @@ -1382,7 +1383,7 @@ public class SubscriptionManager { } if (result == null) { result = new ArrayList<>(); result = Collections.emptyList(); } return result; } Loading