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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java389 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
491 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java314 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
H A DSipPhoneBase.java359 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
464 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java892 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1229 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
1231 mCi.setCLIR(commandInterfaceCLIRMode,
1232 obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete));
1720 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1724 editor.putInt(CLIR_KEY + getPhoneId(), commandInterfaceCLIRMode);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java886 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
888 mActivePhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode,
H A DPhone.java1087 * @param commandInterfaceCLIRMode is one of the valid call CLIR
1092 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument

Completed in 49 milliseconds