Searched refs:commandInterfaceCLIRMode (Results 1 – 5 of 5) sorted by relevance
875 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, in setOutgoingCallerIdDisplay() argument
2769 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { in setOutgoingCallerIdDisplay() argument2771 SsData.RequestType requestType = GsmMmiCode.clirModeToRequestType(commandInterfaceCLIRMode); in setOutgoingCallerIdDisplay()2781 imsPhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode, onComplete); in setOutgoingCallerIdDisplay()2789 mCi.setCLIR(commandInterfaceCLIRMode, in setOutgoingCallerIdDisplay()2790 … obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete)); in setOutgoingCallerIdDisplay()
1704 public void saveClirSetting(int commandInterfaceCLIRMode) { in saveClirSetting() argument1708 editor.putInt(CLIR_KEY + getSubId(), commandInterfaceCLIRMode); in saveClirSetting()1710 + commandInterfaceCLIRMode); in saveClirSetting()
431 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, in setOutgoingCallerIdDisplay() argument
962 public static SsData.RequestType clirModeToRequestType(int commandInterfaceCLIRMode) { in clirModeToRequestType() argument963 switch (commandInterfaceCLIRMode) { in clirModeToRequestType()