Searched refs:physicalSlotIndex (Results 1 – 6 of 6) sorted by relevance
80 public int physicalSlotIndex = UiccController.INVALID_SLOT_ID; field in IccCardStatus169 sb.append(",physical_slot_id=").append(physicalSlotIndex).append(",atr=").append(atr); in toString()
694 int slotId = status.physicalSlotIndex; in onGetIccCardStatusDone()768 return status.physicalSlotIndex == INVALID_SLOT_ID; in eidIsNotSupported()
3576 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in enablePhysicalSubscription() local3585 physicalSlotIndex = i; in enablePhysicalSubscription()3601 enableSubscriptionOverEuiccManager(subId, enable, physicalSlotIndex); in enablePhysicalSubscription()3611 UiccController.getInstance().switchSlots(new int[]{physicalSlotIndex}, null); in enablePhysicalSubscription()3623 int physicalSlotIndex) { in enableSubscriptionOverEuiccManager() argument3625 + "subId " + subId + " on slotIndex " + physicalSlotIndex); in enableSubscriptionOverEuiccManager()3630 if (physicalSlotIndex != SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in enableSubscriptionOverEuiccManager()3631 intent.putExtra(EuiccManager.EXTRA_PHYSICAL_SLOT_ID, physicalSlotIndex); in enableSubscriptionOverEuiccManager()3636 private void updateEnabledSubscriptionGlobalSetting(int subId, int physicalSlotIndex) { in updateEnabledSubscriptionGlobalSetting() argument3639 Settings.Global.ENABLED_SUBSCRIPTION_FOR_SLOT + physicalSlotIndex, subId); in updateEnabledSubscriptionGlobalSetting() local[all …]
1768 iccCardStatus.physicalSlotIndex = cardStatus.base.base.physicalSlotId; in convertHalCardStatus_1_5()1818 iccCardStatus.physicalSlotIndex = cardStatus.physicalSlotId; in responseIccCardStatus_1_2()1835 iccCardStatus.physicalSlotIndex = cardStatus.base.physicalSlotId; in responseIccCardStatus_1_4()
111 mIccCardStatus.physicalSlotIndex = 0; in setUp()251 ics.physicalSlotIndex = 0; in testCardIdFromIccStatus()342 ics.physicalSlotIndex = 0; in testGetAllUiccCardInfos()379 ics.physicalSlotIndex = 0; in testIccidWithTrailingF()447 ics.physicalSlotIndex = UiccController.INVALID_SLOT_ID; in testEidNotSupported()
3256 public @SimState int getSimCardState(int physicalSlotIndex) { in getSimCardState() argument3257 int simState = getSimState(getLogicalSlotIndex(physicalSlotIndex)); in getSimCardState()3283 private int getLogicalSlotIndex(int physicalSlotIndex) { in getLogicalSlotIndex() argument3285 if (slotInfos != null && physicalSlotIndex >= 0 && physicalSlotIndex < slotInfos.length) { in getLogicalSlotIndex()3286 return slotInfos[physicalSlotIndex].getLogicalSlotIdx(); in getLogicalSlotIndex()3329 public @SimState int getSimApplicationState(int physicalSlotIndex) { in getSimApplicationState() argument3331 SubscriptionManager.getSimStateForSlotIndex(getLogicalSlotIndex(physicalSlotIndex)); in getSimApplicationState()