Home
last modified time | relevance | path

Searched refs:subInfoList (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DDataUsageUtils.java47 final List<SubscriptionInfo> subInfoList = in getMobileTemplate() local
49 if (subInfoList == null) { in getMobileTemplate()
54 for (SubscriptionInfo subInfo : subInfoList) { in getMobileTemplate()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java3228 List<SubscriptionInfo> subInfoList = null; in getOpportunisticSubscriptions() local
3233 subInfoList = iSub.getOpportunisticSubscriptions(contextPkg, in getOpportunisticSubscriptions()
3240 if (subInfoList == null) { in getOpportunisticSubscriptions()
3241 subInfoList = new ArrayList<>(); in getOpportunisticSubscriptions()
3244 return subInfoList; in getOpportunisticSubscriptions()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java950 final List<SubscriptionInfo> subInfoList =
952 if (subInfoList != null) {
953 for (SubscriptionInfo subInfo : subInfoList) {