Searched refs:CF_REASON_UNCONDITIONAL (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 20 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL; 562 mPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, null); in testGetCallForwardingOption() 564 eq(CF_REASON_UNCONDITIONAL), eq(CommandsInterface.SERVICE_CLASS_VOICE), in testGetCallForwardingOption() 589 mPhoneUT.setCallForwardingOption(-1, CF_REASON_UNCONDITIONAL, in testSetCallForwardingOption() 595 mPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, cfNumber, 0, in testSetCallForwardingOption() 598 eq(CF_REASON_UNCONDITIONAL), anyInt(), eq(cfNumber), eq(0), in testSetCallForwardingOption()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 20 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL; 464 mImsPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, msg); in testCallForwardingOption() 471 mImsPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, "1234", 0, in testCallForwardingOption()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 36 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL; 848 case CF_REASON_UNCONDITIONAL: in isValidCommandInterfaceCFReason() 881 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason() 896 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition()
|
D | ImsPhoneMmiCode.java | 390 return CommandsInterface.CF_REASON_UNCONDITIONAL; in scToCallForwardReason() 839 ((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) || in processCode() 1409 if (info.reason == CommandsInterface.CF_REASON_UNCONDITIONAL && in makeCFQueryResultMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 487 return CommandsInterface.CF_REASON_UNCONDITIONAL; in scToCallForwardReason() 870 return (((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) in isVoiceUnconditionalForwarding() 1557 if (info.reason == CommandsInterface.CF_REASON_UNCONDITIONAL && in makeCFQueryResultMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 28 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL; 1863 case CF_REASON_UNCONDITIONAL: in isValidCommandInterfaceCFReason() 1922 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) { in getCallForwardingOption() 1955 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) { in setCallForwardingOption()
|
D | CommandsInterface.java | 58 static final int CF_REASON_UNCONDITIONAL = 0; field
|