Searched defs:commandInterfaceCFReason (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 403 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { in getCallForwardingOption() 407 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() 413 int commandInterfaceCFReason, String dialingNumber, in setCallForwardingOption() 419 int commandInterfaceCFReason, String dialingNumber, int serviceClass, in setCallForwardingOption()
|
D | ImsPhone.java | 1117 private boolean isValidCommandInterfaceCFReason (int commandInterfaceCFReason) { in isValidCommandInterfaceCFReason() 1243 public void getCallForwardingOption(int commandInterfaceCFReason, in getCallForwardingOption() 1250 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() 1272 int commandInterfaceCFReason, in setCallForwardingOption() 1283 int commandInterfaceCFReason, in setCallForwardingOption()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneInternalInterface.java | 763 void getCallForwardingOption(int commandInterfaceCFReason, in getCallForwardingOption() 779 void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() 798 int commandInterfaceCFReason, in setCallForwardingOption() 821 int commandInterfaceCFReason, in setCallForwardingOption()
|
D | GsmCdmaPhone.java | 2383 private boolean isValidCommandInterfaceCFReason (int commandInterfaceCFReason) { in isValidCommandInterfaceCFReason() 2534 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { in getCallForwardingOption() 2540 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() 2585 int commandInterfaceCFReason, in setCallForwardingOption() 2595 int commandInterfaceCFReason, in setCallForwardingOption()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 533 public static SsData.ServiceType cfReasonToServiceType(int commandInterfaceCFReason) { in cfReasonToServiceType()
|