Home
last modified time | relevance | path

Searched refs:isMultipleEnabledProfilesSupported (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/telephony/
DToggleSubscriptionDialogActivity.java123 Log.i(TAG, "isMultipleEnabledProfilesSupported():" + isMultipleEnabledProfilesSupported()); in onCreate()
399 && !isMultipleEnabledProfilesSupported() in showEnableSimConfirmDialog()
408 if (isMultiSimEnabled && isMultipleEnabledProfilesSupported()) { in showEnableSimConfirmDialog()
563 if (isMultipleEnabledProfilesSupported() && isActiveSim) { in isDsdsConditionSatisfied()
590 private boolean isMultipleEnabledProfilesSupported() { in isMultipleEnabledProfilesSupported() method in ToggleSubscriptionDialogActivity
597 cardInfo -> cardInfo.isMultipleEnabledProfilesSupported()); in isMultipleEnabledProfilesSupported()
/packages/apps/Settings/src/com/android/settings/network/
DSimOnboardingService.kt69 var isMultipleEnabledProfilesSupported: Boolean = false in <lambda>() variable in com.android.settings.network.SimOnboardingService
75 return uiccCardInfoList.any { it.isMultipleEnabledProfilesSupported } in <lambda>()
197 ", isMultipleEnabledProfilesSupported: $isMultipleEnabledProfilesSupported" + in <lambda>()
312 if (isMultipleEnabledProfilesSupported && isActiveSim) { in <lambda>()
DSwitchToEuiccSubscriptionSidecar.java143 if (!isMultipleEnabledProfilesSupported(physicalEsimSlotIndex)) { in getTargetPortId()
236 private boolean isMultipleEnabledProfilesSupported(int physicalEsimSlotIndex) { in isMultipleEnabledProfilesSupported() method in SwitchToEuiccSubscriptionSidecar
240 && cardInfo.isMultipleEnabledProfilesSupported()); in isMultipleEnabledProfilesSupported()
DUiccSlotUtil.java278 if (isMultipleEnabledProfilesSupported(telMgr)) { in performSwitchToSlot()
459 private static boolean isMultipleEnabledProfilesSupported(TelephonyManager telMgr) {
466 cardInfo -> cardInfo.isMultipleEnabledProfilesSupported());
DMobileNetworkRepository.java642 isMultipleEnabledProfilesSupported(telephonyManager), mCardState, mIsRemovable, in convertToUiccInfoEntity()
647 private boolean isMultipleEnabledProfilesSupported(TelephonyManager telephonyManager) { in isMultipleEnabledProfilesSupported() method in MobileNetworkRepository
659 cardInfo -> cardInfo.isMultipleEnabledProfilesSupported()); in isMultipleEnabledProfilesSupported()
/packages/apps/Settings/src/com/android/settings/sim/receivers/
DSimSlotChangeHandler.java120 } else if (!isMultipleEnabledProfilesSupported()) { in onSlotsStatusChange()
123 } else if (isMultipleEnabledProfilesSupported()) { in onSlotsStatusChange()
399 private boolean isMultipleEnabledProfilesSupported() { in isMultipleEnabledProfilesSupported() method in SimSlotChangeHandler
406 cardInfo -> cardInfo.isMultipleEnabledProfilesSupported()); in isMultipleEnabledProfilesSupported()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/network/
DSimOnboardingPageProviderTest.kt75 on { isMultipleEnabledProfilesSupported }.thenReturn(false) in simOnboardingPage_nextAction_fromLabelSimToPrimarySim()
92 on { isMultipleEnabledProfilesSupported }.thenReturn(true) in simOnboardingPage_nextAction_fromLabelSimToSelectSim()
/packages/apps/Settings/src/com/android/settings/spa/network/
DSimOnboardingPageProvider.kt109 if (onboardingService.isMultipleEnabledProfilesSupported in PageImpl()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java9901 cardInfo.isMultipleEnabledProfilesSupported(), in getUiccCardsInfo()
9928 cardInfo.isMultipleEnabledProfilesSupported(), in getUiccCardInfoUnPrivileged()