Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DSubscriptionsPreferenceController.java165 final Set<Integer> activeSubIds = new ArraySet<>(); in update() local
169 activeSubIds.add(subId); in update()
190 mSignalStrengthListener.updateSubscriptionIds(activeSubIds); in update()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java724 int[] activeSubIds = new int[subInfoList.size()]; in getActiveSubscriptionIdList() local
727 activeSubIds[i] = subInfo.getSubscriptionId(); in getActiveSubscriptionIdList()
730 return activeSubIds; in getActiveSubscriptionIdList()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java530 int[] activeSubIds = controller.getActiveSubIdList(false); in isEmergencyPreferredAccount() local
531 if (activeSubIds == null || activeSubIds.length <= 1) { in isEmergencyPreferredAccount()