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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java517 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
519 mActivePhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode,
H A DPhone.java991 * @param commandInterfaceCLIRMode is one of the valid call CLIR
996 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java653 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java962 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
964 mCM.setCLIR(commandInterfaceCLIRMode,
965 obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete));
1413 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1417 editor.putInt(CLIR_KEY, commandInterfaceCLIRMode);

Completed in 316 milliseconds