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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java390 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
492 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java353 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
458 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
H A DSipPhone.java313 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1213 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
1215 mCi.setCLIR(commandInterfaceCLIRMode,
1216 obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete));
1701 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1705 editor.putInt(CLIR_KEY + getPhoneId(), commandInterfaceCLIRMode);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1061 * @param commandInterfaceCLIRMode is one of the valid call CLIR
1066 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
H A DPhoneProxy.java859 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
861 mActivePhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java871 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument

Completed in 4595 milliseconds