Searched refs:commandInterfaceCFAction (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneInternalInterface.java | 797 void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() argument 820 void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() argument
|
D | GsmCdmaPhone.java | 2407 private boolean isValidCommandInterfaceCFAction (int commandInterfaceCFAction) { in isValidCommandInterfaceCFAction() argument 2408 switch (commandInterfaceCFAction) { in isValidCommandInterfaceCFAction() 2584 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() argument 2589 setCallForwardingOption(commandInterfaceCFAction, commandInterfaceCFReason, in setCallForwardingOption() 2594 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() argument 2601 SsData.RequestType requestType = GsmMmiCode.cfActionToRequestType(commandInterfaceCFAction); in setCallForwardingOption() 2612 imsPhone.setCallForwardingOption(commandInterfaceCFAction, commandInterfaceCFReason, in setCallForwardingOption() 2618 if ((isValidCommandInterfaceCFAction(commandInterfaceCFAction)) && in setCallForwardingOption() 2625 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, cfu); in setCallForwardingOption() 2629 mCi.setCallForward(commandInterfaceCFAction, in setCallForwardingOption() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 412 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() argument 418 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() argument
|
D | ImsPhone.java | 1132 private boolean isValidCommandInterfaceCFAction (int commandInterfaceCFAction) { in isValidCommandInterfaceCFAction() argument 1133 switch (commandInterfaceCFAction) { in isValidCommandInterfaceCFAction() 1271 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() argument 1276 setCallForwardingOption(commandInterfaceCFAction, commandInterfaceCFReason, dialingNumber, in setCallForwardingOption() 1282 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() argument 1289 logd("setCallForwardingOption action=" + commandInterfaceCFAction in setCallForwardingOption() 1292 if ((isValidCommandInterfaceCFAction(commandInterfaceCFAction)) && in setCallForwardingOption() 1295 SS ss = new SS(commandInterfaceCFAction, commandInterfaceCFReason, in setCallForwardingOption() 1301 ut.updateCallForward(getActionFromCFAction(commandInterfaceCFAction), in setCallForwardingOption()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 552 public static SsData.RequestType cfActionToRequestType(int commandInterfaceCFAction) { in cfActionToRequestType() argument 553 switch (commandInterfaceCFAction) { in cfActionToRequestType()
|