Home
last modified time | relevance | path

Searched refs:physicalSlotIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardStatus.java80 public int physicalSlotIndex = UiccController.INVALID_SLOT_ID; field in IccCardStatus
169 sb.append(",physical_slot_id=").append(physicalSlotIndex).append(",atr=").append(atr); in toString()
DUiccController.java603 int slotId = status.physicalSlotIndex; in onGetIccCardStatusDone()
664 return status.physicalSlotIndex == INVALID_SLOT_ID; in eidIsNotSupported()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java114 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java3386 int physicalSlotIndex) { in enableSubscriptionOverEuiccManager() argument
3388 + "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() argument
3402 Settings.Global.ENABLED_SUBSCRIPTION_FOR_SLOT + physicalSlotIndex, subId); in updateEnabledSubscriptionGlobalSetting() local
3405 private void updateModemStackEnabledGlobalSetting(boolean enabled, int physicalSlotIndex) { in updateModemStackEnabledGlobalSetting() argument
3409 + physicalSlotIndex, enabled ? 1 : 0); in updateModemStackEnabledGlobalSetting() local
3415 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndex() local
3425 physicalSlotIndex = i; in getPhysicalSlotIndex()
[all …]
DRadioResponse.java1592 iccCardStatus.physicalSlotIndex = cardStatus.physicalSlotId; in responseIccCardStatus_1_2()
1609 iccCardStatus.physicalSlotIndex = cardStatus.base.physicalSlotId; in responseIccCardStatus_1_4()