Searched refs:physicalSlotIndex (Results 1 – 7 of 7) sorted by relevance
136 private UiccCardInfo findUiccCardInfoBySlot(TelephonyManager telMgr, int physicalSlotIndex) { in findUiccCardInfoBySlot() argument142 .filter(info -> info.getSlotIndex() == physicalSlotIndex) in findUiccCardInfoBySlot()
81 public int physicalSlotIndex = UiccController.INVALID_SLOT_ID; field in IccCardStatus170 sb.append(",physical_slot_id=").append(physicalSlotIndex).append(",atr=").append(atr); in toString()
709 int slotId = status.physicalSlotIndex; in onGetIccCardStatusDone()
115 mIccCardStatus.physicalSlotIndex = 0; in setUp()255 ics.physicalSlotIndex = 0; in testCardIdFromIccStatus()346 ics.physicalSlotIndex = 0; in testGetAllUiccCardInfos()383 ics.physicalSlotIndex = 0; in testIccidWithTrailingF()454 ics.physicalSlotIndex = UiccController.INVALID_SLOT_ID; in testEidNotSupported()
4056 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in enablePhysicalSubscription() local4065 physicalSlotIndex = i; in enablePhysicalSubscription()4103 int physicalSlotIndex) { in enableSubscriptionOverEuiccManager() argument4105 + "subId " + subId + " on slotIndex " + physicalSlotIndex); in enableSubscriptionOverEuiccManager()4126 + physicalSlotIndex, enabled ? 1 : 0); in updateModemStackEnabledGlobalSetting() local4132 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndex() local4142 physicalSlotIndex = i; in getPhysicalSlotIndex()4147 return physicalSlotIndex; in getPhysicalSlotIndex()4151 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndexFromLogicalSlotIndex() local4155 physicalSlotIndex = i; in getPhysicalSlotIndexFromLogicalSlotIndex()[all …]
1972 iccCardStatus.physicalSlotIndex = cardStatus.base.base.physicalSlotId; in convertHalCardStatus_1_5()2063 iccCardStatus.physicalSlotIndex = cardStatus.physicalSlotId; in responseIccCardStatus_1_2()2080 iccCardStatus.physicalSlotIndex = cardStatus.base.physicalSlotId; in responseIccCardStatus_1_4()
3457 public @SimState int getSimCardState(int physicalSlotIndex) { in getSimCardState() argument3458 int simState = getSimState(getLogicalSlotIndex(physicalSlotIndex)); in getSimCardState()3484 private int getLogicalSlotIndex(int physicalSlotIndex) { in getLogicalSlotIndex() argument3486 if (slotInfos != null && physicalSlotIndex >= 0 && physicalSlotIndex < slotInfos.length in getLogicalSlotIndex()3487 && slotInfos[physicalSlotIndex] != null) { in getLogicalSlotIndex()3488 return slotInfos[physicalSlotIndex].getLogicalSlotIdx(); in getLogicalSlotIndex()3531 public @SimState int getSimApplicationState(int physicalSlotIndex) { in getSimApplicationState() argument3533 SubscriptionManager.getSimStateForSlotIndex(getLogicalSlotIndex(physicalSlotIndex)); in getSimApplicationState()