Home
last modified time | relevance | path

Searched refs:getExcludedLogicalSlotIndex (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DUiccSlotUtilTest.java384 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromPsimActiveToEsimPort0Active_logicalSlot0()
398 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromEsimPort0ActiveToPsimActive_logicalSlot0()
412 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromPsimAndPort0ToPsimAndPort1_logicalSlot1()
426 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromPsimAndPort1ToPsimAndPort0_logicalSlot1()
440 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromPsimAndPort0ToDualPortsB_logicalSlot0()
454 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromPsimAndPort1ToDualPortsA_logicalSlot0()
468 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_noPsimAndFromPsimAndPort0ToDualPortsB_logicalSlot0()
482 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_noPsimAndFromPsimAndPort1ToDualPortsA_logicalSlot0()
497 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_oneEsimAndFromDualPortsAToPsimAndPort1_logicalSlot0()
512 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_oneEsimAndFromDualPortsAToPsimAndPort0_logicalSlot1()
[all …]
/packages/apps/Settings/src/com/android/settings/network/
DUiccSlotUtil.java166 int excludedLogicalSlotIndex = getExcludedLogicalSlotIndex(uiccSlotMappings, in switchToRemovableSlot()
207 int excludedLogicalSlotIndex = getExcludedLogicalSlotIndex(uiccSlotMappings, in switchToEuiccSlot()
393 static int getExcludedLogicalSlotIndex(Collection<UiccSlotMapping> uiccSlotMappings, in getExcludedLogicalSlotIndex() method in UiccSlotUtil