Home
last modified time | relevance | path

Searched refs:setCallForwardingOption (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/services/Telephony/src/com/android/phone/settings/
H A DCallForwardInfoUtil.java77 public static void setCallForwardingOption(Phone phone, CallForwardInfo info, Message message) { in setCallForwardingOption() method in CallForwardInfoUtil
82 phone.setCallForwardingOption(commandInterfaceCfAction, in setCallForwardingOption()
H A DVoicemailSettingsActivity.java830 CallForwardInfoUtil.setCallForwardingOption(mPhone, fi, in saveVoiceMailAndForwardingNumberStage2()
988 CallForwardInfoUtil.setCallForwardingOption(mPhone, fi, in switchToPreviousVoicemailProvider()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java332 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in SipPhoneBase
338 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in SipPhoneBase
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java797 void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method
820 void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method
H A DGsmCdmaPhone.java2290 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in GsmCdmaPhone
2295 setCallForwardingOption(commandInterfaceCFAction, commandInterfaceCFReason, in setCallForwardingOption()
2300 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in GsmCdmaPhone
2308 imsPhone.setCallForwardingOption(commandInterfaceCFAction, commandInterfaceCFReason, in setCallForwardingOption()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java368 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in ImsPhoneBase
374 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in ImsPhoneBase
H A DImsPhone.java1205 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in ImsPhone
1210 setCallForwardingOption(commandInterfaceCFAction, commandInterfaceCFReason, dialingNumber, in setCallForwardingOption()
1216 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in ImsPhone
1769 mDefaultPhone.setCallForwardingOption(ss.mCfAction, in sendResponseOrRetryOnCsfbSs()
H A DImsPhoneMmiCode.java942 mPhone.setCallForwardingOption(cfAction, reason, in processCode()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallForwardEditPreference.java138 mPhone.setCallForwardingOption(action, in onDialogClosed()
180 mPhone.setCallForwardingOption(action, in onDialogClosed()
H A DPhoneInterfaceManager.java1146 request.phone.setCallForwardingOption( in handleMessage()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java942 mPhoneUT.setCallForwardingOption(-1, CF_REASON_UNCONDITIONAL, in testSetCallForwardingOption()
948 mPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, cfNumber, 0, in testSetCallForwardingOption()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java509 mImsPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, "1234", 0, in testCallForwardingOption()