Home
last modified time | relevance | path

Searched refs:activeSubIds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DDataUsageController.java219 int[] activeSubIds = SubscriptionManager.from(mContext).getActiveSubscriptionIdList(); in getTelephonyManager() local
220 if (!ArrayUtils.isEmpty(activeSubIds)) { in getTelephonyManager()
221 subscriptionId = activeSubIds[0]; in getTelephonyManager()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssNetworkConnectivityHandler.java240 HashSet<Integer> activeSubIds = new HashSet<Integer>();
245 activeSubIds.add(subInfo.getSubscriptionId());
266 if (!activeSubIds.contains(element.getKey())) {
281 if (!activeSubIds.contains(mActiveSubId)) {
/frameworks/base/telephony/common/com/android/internal/telephony/
DTelephonyPermissions.java615 int[] activeSubIds = sm.getCompleteActiveSubscriptionIdList(); in checkCarrierPrivilegeForAnySubId() local
616 for (int activeSubId : activeSubIds) { in checkCarrierPrivilegeForAnySubId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java370 int[] activeSubIds = mSubController.getActiveSubIdList(false); in isCarrierConfigLoadedForAllSub() local
371 for (int activeSubId : activeSubIds) { in isCarrierConfigLoadedForAllSub()