Searched refs:activeSubIds (Results 1 – 5 of 5) sorted by relevance
63 val activeSubIds = subscriptionManager.activeSubscriptionIdList.toList() in <lambda>() constant65 activeSubIds.anyMobileDataEnableChangedFlow(), in <lambda>()68 activeSubIds to crossSimCallNewEnabled(activeSubIds) in <lambda>()72 .onEach { (activeSubIds, newEnabled) -> in <lambda>() method73 updateCrossSimCalling(activeSubIds, newEnabled) in <lambda>()87 private suspend fun updateCrossSimCalling(activeSubIds: List<Int>, newEnabled: Boolean) { in <lambda>()93 activeSubIds.filter { crossSimAvailable(it) }.forEach { subId -> in <lambda>()
186 int[] activeSubIds = SubscriptionManagerService.getInstance().getActiveSubIdList(true); in onPreferenceTreeClick() local188 for (int subId : activeSubIds) { in onPreferenceTreeClick()
207 int[] activeSubIds = mSubscriptionManager.getActiveSubscriptionIdList(); in onCreate() local208 if (!Arrays.equals(mNotifiedSubIds, activeSubIds)) { in onCreate()210 mNotifiedSubIds = Arrays.copyOf(activeSubIds, activeSubIds.length); in onCreate()
721 int[] activeSubIds = new int[subInfoList.size()]; in getActiveSubscriptionIdList() local724 activeSubIds[i] = subInfo.getSubscriptionId(); in getActiveSubscriptionIdList()727 return activeSubIds; in getActiveSubscriptionIdList()
616 int[] activeSubIds = SubscriptionManagerService.getInstance() in isEmergencyPreferredAccount() local618 if (activeSubIds == null || activeSubIds.length <= 1) { in isEmergencyPreferredAccount()