Home
last modified time | relevance | path

Searched refs:commandInterfaceCLIRMode (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java351 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, in setOutgoingCallerIdDisplay() argument
443 public void saveClirSetting(int commandInterfaceCLIRMode) { in saveClirSetting() argument
DSipPhone.java336 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, in setOutgoingCallerIdDisplay() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java875 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, in setOutgoingCallerIdDisplay() argument
DGsmCdmaPhone.java2401 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { in setOutgoingCallerIdDisplay() argument
2404 imsPhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode, onComplete); in setOutgoingCallerIdDisplay()
2412 mCi.setCLIR(commandInterfaceCLIRMode, in setOutgoingCallerIdDisplay()
2413 … obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete)); in setOutgoingCallerIdDisplay()
DPhone.java1591 public void saveClirSetting(int commandInterfaceCLIRMode) { in saveClirSetting() argument
1595 editor.putInt(CLIR_KEY + getSubId(), commandInterfaceCLIRMode); in saveClirSetting()
1597 + commandInterfaceCLIRMode); in saveClirSetting()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java387 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, in setOutgoingCallerIdDisplay() argument