Searched refs:physicalSlotIndex (Results 1 – 5 of 5) 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()
603 int slotId = status.physicalSlotIndex; in onGetIccCardStatusDone()664 return status.physicalSlotIndex == INVALID_SLOT_ID; in eidIsNotSupported()
114 mIccCardStatus.physicalSlotIndex = 0; in setUp()239 ics.physicalSlotIndex = 0; in testCardIdFromIccStatus()330 ics.physicalSlotIndex = 0; in testGetAllUiccCardInfos()367 ics.physicalSlotIndex = 0; in testIccidWithTrailingF()435 ics.physicalSlotIndex = UiccController.INVALID_SLOT_ID; in testEidNotSupported()
3386 int physicalSlotIndex) { in enableSubscriptionOverEuiccManager() argument3388 + "subId " + subId + " on slotIndex " + physicalSlotIndex); in enableSubscriptionOverEuiccManager()3393 if (physicalSlotIndex != SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in enableSubscriptionOverEuiccManager()3394 intent.putExtra(EuiccManager.EXTRA_PHYSICAL_SLOT_ID, physicalSlotIndex); in enableSubscriptionOverEuiccManager()3399 private void updateEnabledSubscriptionGlobalSetting(int subId, int physicalSlotIndex) { in updateEnabledSubscriptionGlobalSetting() argument3402 Settings.Global.ENABLED_SUBSCRIPTION_FOR_SLOT + physicalSlotIndex, subId); in updateEnabledSubscriptionGlobalSetting() local3405 private void updateModemStackEnabledGlobalSetting(boolean enabled, int physicalSlotIndex) { in updateModemStackEnabledGlobalSetting() argument3409 + physicalSlotIndex, enabled ? 1 : 0); in updateModemStackEnabledGlobalSetting() local3415 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndex() local3425 physicalSlotIndex = i; in getPhysicalSlotIndex()[all …]
1592 iccCardStatus.physicalSlotIndex = cardStatus.physicalSlotId; in responseIccCardStatus_1_2()1609 iccCardStatus.physicalSlotIndex = cardStatus.base.physicalSlotId; in responseIccCardStatus_1_4()