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; 395 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; 911 mPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, null); in testGetCallForwardingOption() 913 eq(CF_REASON_UNCONDITIONAL), eq(CommandsInterface.SERVICE_CLASS_VOICE), in testGetCallForwardingOption() 938 mPhoneUT.setCallForwardingOption(-1, CF_REASON_UNCONDITIONAL, in testSetCallForwardingOption() 944 mPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, cfNumber, 0, in testSetCallForwardingOption() 947 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 | 25 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL; 502 mImsPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, msg); in testCallForwardingOption() 509 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 | 40 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL; 1053 case CF_REASON_UNCONDITIONAL: in isValidCommandInterfaceCFReason() 1086 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason() 1101 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition() 1824 (ss.mCfReason == CF_REASON_UNCONDITIONAL)) { in handleMessage()
|
D | ImsPhoneMmiCode.java | 422 return CommandsInterface.CF_REASON_UNCONDITIONAL; in scToCallForwardReason() 934 ((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) || in processCode() 1543 if (info.reason == CommandsInterface.CF_REASON_UNCONDITIONAL && in makeCFQueryResultMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 509 return CommandsInterface.CF_REASON_UNCONDITIONAL; in scToCallForwardReason() 962 return (((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) in isVoiceUnconditionalForwarding() 1662 if (info.reason == CommandsInterface.CF_REASON_UNCONDITIONAL && in makeCFQueryResultMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 29 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL; 2155 case CF_REASON_UNCONDITIONAL: in isValidCommandInterfaceCFReason() 2244 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) { in getCallForwardingOption() 2295 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) { in setCallForwardingOption()
|
D | CommandsInterface.java | 71 static final int CF_REASON_UNCONDITIONAL = 0; field
|