Searched defs:commandInterfaceCLIRMode (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java312 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
H A DSipPhoneBase.java370 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
466 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java755 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
757 mActivePhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode,
H A DPhone.java981 * @param commandInterfaceCLIRMode is one of the valid call CLIR
986 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java788 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1019 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
1021 mCi.setCLIR(commandInterfaceCLIRMode,
1022 obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete));
1505 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1509 editor.putInt(CLIR_KEY, commandInterfaceCLIRMode);

Completed in 78 milliseconds