Searched refs:mepMode (Results 1 – 1 of 1) sorted by relevance
35 public static int convertToHalPortIndex(@NonNull MultipleEnabledProfilesMode mepMode, in convertToHalPortIndex() argument40 return mepMode.isMepAMode() ? ++portIndex : portIndex; in convertToHalPortIndex()73 MultipleEnabledProfilesMode mepMode = cardState.isCardPresent() ? supportedMepMode in convertFromHalPortIndex() local75 return mepMode.isMepAMode() ? --portIndex : portIndex; in convertFromHalPortIndex()