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; 565 mPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, null); in testGetCallForwardingOption() 567 eq(CF_REASON_UNCONDITIONAL), eq(CommandsInterface.SERVICE_CLASS_VOICE), in testGetCallForwardingOption() 592 mPhoneUT.setCallForwardingOption(-1, CF_REASON_UNCONDITIONAL, in testSetCallForwardingOption() 598 mPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, cfNumber, 0, in testSetCallForwardingOption() 601 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; 461 mImsPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, msg); in testCallForwardingOption() 468 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; 783 case CF_REASON_UNCONDITIONAL: in isValidCommandInterfaceCFReason() 813 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason() 828 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition()
|
D | ImsPhoneMmiCode.java | 391 return CommandsInterface.CF_REASON_UNCONDITIONAL; in scToCallForwardReason() 831 ((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) || in processCode() 1388 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; 1693 case CF_REASON_UNCONDITIONAL: in isValidCommandInterfaceCFReason() 1743 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) { in getCallForwardingOption() 1776 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) { in setCallForwardingOption()
|
D | CommandsInterface.java | 69 static final int CF_REASON_UNCONDITIONAL = 0; field
|