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

/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java311 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
391 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
H A DSipPhone.java272 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java964 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
966 mCM.setCLIR(commandInterfaceCLIRMode,
967 obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete));
1415 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1419 editor.putInt(CLIR_KEY, commandInterfaceCLIRMode);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhone.java1005 * @param commandInterfaceCLIRMode is one of the valid call CLIR
1010 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
H A DPhoneProxy.java521 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
523 mActivePhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode,
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java696 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument

Completed in 120 milliseconds