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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java334 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
414 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
H A DSipPhone.java277 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java966 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
968 mCM.setCLIR(commandInterfaceCLIRMode,
969 obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete));
1437 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1441 editor.putInt(CLIR_KEY, commandInterfaceCLIRMode);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java965 * @param commandInterfaceCLIRMode is one of the valid call CLIR
970 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
H A DPhoneProxy.java637 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
639 mActivePhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java696 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument

Completed in 19 milliseconds