Searched refs:convertToHalPortIndex (Results 1 – 4 of 4) sorted by relevance
35 public static int convertToHalPortIndex(@NonNull MultipleEnabledProfilesMode mepMode, in convertToHalPortIndex() method in PortUtils50 public static int convertToHalPortIndex(int slotIndex, int portIndex) { in convertToHalPortIndex() method in PortUtils51 return convertToHalPortIndex(UiccController.getInstance().getSupportedMepMode(slotIndex), in convertToHalPortIndex()
51 assertEquals(0, PortUtils.convertToHalPortIndex(0, 0)); in testConvertToHalPortIndex()54 assertEquals(1, PortUtils.convertToHalPortIndex(0, 0)); in testConvertToHalPortIndex()
319 PortUtils.convertToHalPortIndex(mSupportedMepMode, in switchToProfile()
4450 res[logicalSlotIdx].portId = PortUtils.convertToHalPortIndex( in convertSimSlotsMapping()