Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DSwitchToEuiccSubscriptionSidecar.java197 private boolean isEsimEnabledAtTargetSlotPort(int physicalSlotIndex, int portIndex) { in isEsimEnabledAtTargetSlotPort() argument
198 int logicalSlotId = getLogicalSlotIndex(physicalSlotIndex, portIndex); in isEsimEnabledAtTargetSlotPort()
207 private int getLogicalSlotIndex(int physicalSlotIndex, int portIndex) { in getLogicalSlotIndex() argument
212 if (portInfo.getPortIndex() == portIndex) { in getLogicalSlotIndex()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DUiccSlotUtilTest.java785 private SubscriptionInfo createSubscriptionInfo(int logicalSlotIndex, int portIndex) { in createSubscriptionInfo() argument
786 return createSubscriptionInfo(0, logicalSlotIndex, portIndex, true, 25); in createSubscriptionInfo()
789 private SubscriptionInfo createSubscriptionInfo(int subId, int logicalSlotIndex, int portIndex, in createSubscriptionInfo() argument
797 false, null, false, 0, 0, 0, null, null, true, portIndex); in createSubscriptionInfo()
801 boolean isRemovable, int logicalSlotIndex, int portIndex) { in createUiccCardInfo() argument
812 portIndex /* portIdx */, in createUiccCardInfo()
819 int portIndex) { in createActiveSubscriptionInfoListOneSim() argument
821 subscriptionInfoList.add(createSubscriptionInfo(logicalSlotIndex, portIndex)); in createActiveSubscriptionInfoListOneSim()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java5956 private Phone getPhoneFromSlotPortIndexOrThrowException(int slotIndex, int portIndex) { in getPhoneFromSlotPortIndexOrThrowException() argument
5958 portIndex); in getPhoneFromSlotPortIndexOrThrowException()
5961 + portIndex + " does not correspond to an active phone"); in getPhoneFromSlotPortIndexOrThrowException()
5992 phone = getPhoneFromSlotPortIndexOrThrowException(request.slotIndex, request.portIndex); in getPhoneFromValidIccLogicalChannelRequest()
6090 public String iccTransmitApduLogicalChannelByPort(int slotIndex, int portIndex, int channel, in iccTransmitApduLogicalChannelByPort() argument
6100 + portIndex + " chnl=" + channel + " cla=" + cla + " cmd=" + command + " p1=" in iccTransmitApduLogicalChannelByPort()
6104 getPhoneFromSlotPortIndexOrThrowException(slotIndex, portIndex), channel, cla, in iccTransmitApduLogicalChannelByPort()
6152 public String iccTransmitApduBasicChannelByPort(int slotIndex, int portIndex, in iccTransmitApduBasicChannelByPort() argument
6162 + portIndex + " cla=" + cla + " cmd=" + command + " p1=" + p1 + " p2=" in iccTransmitApduBasicChannelByPort()
6167 getPhoneFromSlotPortIndexOrThrowException(slotIndex, portIndex), callingPackage, in iccTransmitApduBasicChannelByPort()
[all …]