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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java357 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
458 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
H A DSipPhone.java324 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java663 * @param commandInterfaceCLIRMode is one of the valid call CLIR
668 void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
H A DPhone.java1376 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1380 editor.putInt(CLIR_KEY + getPhoneId(), commandInterfaceCLIRMode);
1382 commandInterfaceCLIRMode);
H A DGsmCdmaPhone.java1863 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument
1869 imsPhone.setOutgoingCallerIdDisplay(commandInterfaceCLIRMode, onComplete);
1875 mCi.setCLIR(commandInterfaceCLIRMode,
1876 obtainMessage(EVENT_SET_CLIR_COMPLETE, commandInterfaceCLIRMode, 0, onComplete));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java400 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java362 public void saveClirSetting(int commandInterfaceCLIRMode) { argument
1227 public void setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) { argument

Completed in 55 milliseconds