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.java362 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromPsimActiveToEsimPort0Active_logicalSlot0()
376 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromEsimPort0ActiveToPsimActive_logicalSlot0()
390 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromPsimAndPort0ToPsimAndPort1_logicalSlot1()
404 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromPsimAndPort1ToPsimAndPort0_logicalSlot1()
418 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromPsimAndPort0ToDualPortsB_logicalSlot0()
432 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_fromPsimAndPort1ToDualPortsA_logicalSlot0()
446 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_noPsimAndFromPsimAndPort0ToDualPortsB_logicalSlot0()
460 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_noPsimAndFromPsimAndPort1ToDualPortsA_logicalSlot0()
475 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_oneEsimAndFromDualPortsAToPsimAndPort1_logicalSlot0()
490 int testExcludedLogicalSlotIndex = UiccSlotUtil.getExcludedLogicalSlotIndex( in getExcludedLogicalSlotIndex_oneEsimAndFromDualPortsAToPsimAndPort0_logicalSlot1()
[all …]
/packages/apps/Settings/src/com/android/settings/network/
DUiccSlotUtil.java152 int excludedLogicalSlotIndex = getExcludedLogicalSlotIndex(uiccSlotMappings, in switchToRemovableSlot()
193 int excludedLogicalSlotIndex = getExcludedLogicalSlotIndex(uiccSlotMappings, in switchToEuiccSlot()
380 static int getExcludedLogicalSlotIndex(Collection<UiccSlotMapping> uiccSlotMappings, in getExcludedLogicalSlotIndex() method in UiccSlotUtil