Home
last modified time | relevance | path

Searched refs:setCallForwarding (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/smartForwarding/
DEnableSmartForwardingTask.java403 .setCallForwarding(info, executor, this::updateStatusCallBack); in process()
421 .setCallForwarding(queryResult.getResult(), null, null); in onRestore()
DDisableSmartForwardingTask.java49 tm.setCallForwarding(callForwardingInfo[i], null, null); in run()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java6063 public void setCallForwarding(int subId, CallForwardingInfo callForwardingInfo, in setCallForwarding() method in PhoneInterfaceManager