Searched refs:CF_REASON_UNCONDITIONAL (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaMmiCode.java | 24 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL; 394 case CF_REASON_UNCONDITIONAL: { in getCallForwardingPrefixAndNumber()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 20 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL; 774 mPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, null); in testGetCallForwardingOption() 776 eq(CF_REASON_UNCONDITIONAL), eq(CommandsInterface.SERVICE_CLASS_VOICE), in testGetCallForwardingOption() 801 mPhoneUT.setCallForwardingOption(-1, CF_REASON_UNCONDITIONAL, in testSetCallForwardingOption() 807 mPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, cfNumber, 0, in testSetCallForwardingOption() 810 eq(CF_REASON_UNCONDITIONAL), anyInt(), eq(cfNumber), eq(0), in testSetCallForwardingOption()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 40 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL; 1027 case CF_REASON_UNCONDITIONAL: in isValidCommandInterfaceCFReason() 1060 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason() 1075 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition() 1757 (ss.mCfReason == CF_REASON_UNCONDITIONAL)) { in handleMessage()
|
D | ImsPhoneMmiCode.java | 406 return CommandsInterface.CF_REASON_UNCONDITIONAL; in scToCallForwardReason() 908 ((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) || in processCode() 1493 if (info.reason == CommandsInterface.CF_REASON_UNCONDITIONAL && in makeCFQueryResultMessage()
|
/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; 497 mImsPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, msg); in testCallForwardingOption() 504 mImsPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, "1234", 0, in testCallForwardingOption()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 500 return CommandsInterface.CF_REASON_UNCONDITIONAL; in scToCallForwardReason() 899 return (((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) in isVoiceUnconditionalForwarding() 1586 if (info.reason == CommandsInterface.CF_REASON_UNCONDITIONAL && in makeCFQueryResultMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 30 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL; 2033 case CF_REASON_UNCONDITIONAL: in isValidCommandInterfaceCFReason() 2117 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) { in getCallForwardingOption() 2160 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) { in setCallForwardingOption()
|
D | CommandsInterface.java | 65 static final int CF_REASON_UNCONDITIONAL = 0; field
|