Searched refs:logicalSlotIndex (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | IccSlotStatus.java | 34 public int logicalSlotIndex; field in IccSlotStatus 82 .append("logicalSlotIndex=").append(logicalSlotIndex).append(",") in toString() 103 && (logicalSlotIndex == that.logicalSlotIndex) in equals()
|
H A D | UiccController.java | 965 if (!isValidPhoneIndex(iss.logicalSlotIndex)) { in onGetSlotStatusDone() 966 Rlog.e(LOG_TAG, "Skipping slot " + i + " as phone " + iss.logicalSlotIndex in onGetSlotStatusDone() 969 mPhoneIdToSlotId[iss.logicalSlotIndex] = i; in onGetSlotStatusDone() 980 if (!isValidPhoneIndex(iss.logicalSlotIndex)) { in onGetSlotStatusDone() 983 mUiccSlots[i].update(isActive ? mCis[iss.logicalSlotIndex] : null, iss, in onGetSlotStatusDone()
|
H A D | UiccSlot.java | 166 mPhoneId = iss.logicalSlotIndex; in update()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
H A D | UiccSlotTest.java | 111 iss.logicalSlotIndex = 0; in testUpdateInactiveSlotStatus() 144 iss.logicalSlotIndex = phoneId; in testUpdateActiveSlotStatus() 171 iss.logicalSlotIndex = 0; in testUpdateSlotStatusEuiccIsSupported() 206 iss.logicalSlotIndex = 0; in testUpdateSlotStatusEuiccIsNotSupported() 255 activeIss.logicalSlotIndex = 0; in testUpdateAbsentStateInactiveSlotStatus() 260 inactiveIss.logicalSlotIndex = 0; in testUpdateAbsentStateInactiveSlotStatus() 276 activeIss.logicalSlotIndex, inactiveIss.iccid); in testUpdateAbsentStateInactiveSlotStatus()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RadioConfig.java | 603 iccSlotStatus.logicalSlotIndex = slotStatus.logicalSlotId; in convertHalSlotStatus() 618 iccSlotStatus.logicalSlotIndex = slotStatus.base.logicalSlotId; in convertHalSlotStatus_1_2()
|
H A D | SubscriptionController.java | 4131 int logicalSlotIndex = getSlotIndex(subId); in getPhysicalSlotIndex() local 4133 boolean isLogicalSlotIndexValid = SubscriptionManager.isValidSlotIndex(logicalSlotIndex); in getPhysicalSlotIndex() 4140 if ((isLogicalSlotIndexValid && slotInfos[i].getLogicalSlotIdx() == logicalSlotIndex) in getPhysicalSlotIndex() 4150 private int getPhysicalSlotIndexFromLogicalSlotIndex(int logicalSlotIndex) { in getPhysicalSlotIndexFromLogicalSlotIndex() argument 4154 if (slotInfos[i].getLogicalSlotIdx() == logicalSlotIndex) { in getPhysicalSlotIndexFromLogicalSlotIndex() 4199 public int getEnabledSubscriptionId(int logicalSlotIndex) { in getEnabledSubscriptionId() argument 4205 if (!SubscriptionManager.isValidPhoneId(logicalSlotIndex)) { in getEnabledSubscriptionId() 4208 + logicalSlotIndex); in getEnabledSubscriptionId() 4212 int physicalSlotIndex = getPhysicalSlotIndexFromLogicalSlotIndex(logicalSlotIndex); in getEnabledSubscriptionId() 4231 subId = getSubIdUsingPhoneId(logicalSlotIndex); in getEnabledSubscriptionId()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SubscriptionControllerTest.java | 1798 private UiccSlotInfo getFakeUiccSlotInfo(boolean active, int logicalSlotIndex) { in getFakeUiccSlotInfo() argument 1799 return getFakeUiccSlotInfo(active, logicalSlotIndex, "fake card Id"); in getFakeUiccSlotInfo() 1802 private UiccSlotInfo getFakeUiccSlotInfo(boolean active, int logicalSlotIndex, String cardId) { in getFakeUiccSlotInfo() argument 1804 UiccSlotInfo.CARD_STATE_INFO_PRESENT, logicalSlotIndex, true, true); in getFakeUiccSlotInfo()
|