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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java394 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.java324 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
H A DSipPhoneBase.java357 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
457 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java607 * @param commandInterfaceCLIRMode is one of the valid call CLIR
612 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
H A DGsmCdmaPhone.java1660 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument
1665 imsPhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode, onComplete);
1671 mCi.setCLIR(commandInterfaceCLIRMode,
1672 obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete));
H A DPhone.java1290 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1294 editor.putInt(CLIR_KEY + getPhoneId(), commandInterfaceCLIRMode);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java355 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1216 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument

Completed in 181 milliseconds