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

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java970 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
972 mCM.setCLIR(commandInterfaceCLIRMode,
973 obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete));
1444 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1448 editor.putInt(CLIR_KEY, commandInterfaceCLIRMode);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java501 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
503 mActivePhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode,
H A DPhone.java981 * @param commandInterfaceCLIRMode is one of the valid call CLIR
986 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java666 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument

Completed in 14 milliseconds