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.java605 * @param commandInterfaceCLIRMode is one of the valid call CLIR
610 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
H A DGsmCdmaPhone.java1656 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument
1661 imsPhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode, onComplete);
1667 mCi.setCLIR(commandInterfaceCLIRMode,
1668 obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete));
H A DPhone.java1280 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1284 editor.putInt(CLIR_KEY + getPhoneId(), commandInterfaceCLIRMode);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java354 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1207 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument

Completed in 113 milliseconds