Searched refs:isMultipleEnabledProfilesSupported (Results 1 – 9 of 9) sorted by relevance
123 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 ToggleSubscriptionDialogActivity597 cardInfo -> cardInfo.isMultipleEnabledProfilesSupported()); in isMultipleEnabledProfilesSupported()
69 var isMultipleEnabledProfilesSupported: Boolean = false in <lambda>() variable in com.android.settings.network.SimOnboardingService75 return uiccCardInfoList.any { it.isMultipleEnabledProfilesSupported } in <lambda>()197 ", isMultipleEnabledProfilesSupported: $isMultipleEnabledProfilesSupported" + in <lambda>()312 if (isMultipleEnabledProfilesSupported && isActiveSim) { in <lambda>()
143 if (!isMultipleEnabledProfilesSupported(physicalEsimSlotIndex)) { in getTargetPortId()236 private boolean isMultipleEnabledProfilesSupported(int physicalEsimSlotIndex) { in isMultipleEnabledProfilesSupported() method in SwitchToEuiccSubscriptionSidecar240 && cardInfo.isMultipleEnabledProfilesSupported()); in isMultipleEnabledProfilesSupported()
278 if (isMultipleEnabledProfilesSupported(telMgr)) { in performSwitchToSlot()459 private static boolean isMultipleEnabledProfilesSupported(TelephonyManager telMgr) {466 cardInfo -> cardInfo.isMultipleEnabledProfilesSupported());
642 isMultipleEnabledProfilesSupported(telephonyManager), mCardState, mIsRemovable, in convertToUiccInfoEntity()647 private boolean isMultipleEnabledProfilesSupported(TelephonyManager telephonyManager) { in isMultipleEnabledProfilesSupported() method in MobileNetworkRepository659 cardInfo -> cardInfo.isMultipleEnabledProfilesSupported()); in isMultipleEnabledProfilesSupported()
120 } else if (!isMultipleEnabledProfilesSupported()) { in onSlotsStatusChange()123 } else if (isMultipleEnabledProfilesSupported()) { in onSlotsStatusChange()399 private boolean isMultipleEnabledProfilesSupported() { in isMultipleEnabledProfilesSupported() method in SimSlotChangeHandler406 cardInfo -> cardInfo.isMultipleEnabledProfilesSupported()); in isMultipleEnabledProfilesSupported()
75 on { isMultipleEnabledProfilesSupported }.thenReturn(false) in simOnboardingPage_nextAction_fromLabelSimToPrimarySim()92 on { isMultipleEnabledProfilesSupported }.thenReturn(true) in simOnboardingPage_nextAction_fromLabelSimToSelectSim()
109 if (onboardingService.isMultipleEnabledProfilesSupported in PageImpl()
9901 cardInfo.isMultipleEnabledProfilesSupported(), in getUiccCardsInfo()9928 cardInfo.isMultipleEnabledProfilesSupported(), in getUiccCardInfoUnPrivileged()