Searched refs:CF_REASON_UNCONDITIONAL (Results 1 – 5 of 5) sorted by relevance
65 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL;574 case CF_REASON_UNCONDITIONAL: in isValidCommandInterfaceCFReason()604 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason()619 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition()677 (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL ? true : false), in setCallForwardingOption()
338 return CommandsInterface.CF_REASON_UNCONDITIONAL; in scToCallForwardReason()744 ((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) || in processCode()1231 if (info.reason == CommandsInterface.CF_REASON_UNCONDITIONAL && in makeCFQueryResultMessage()
55 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL;1112 case CF_REASON_UNCONDITIONAL: in isValidCommandInterfaceCFReason()1164 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) { in getCallForwardingOption()1191 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) { in setCallForwardingOption()
426 return CommandsInterface.CF_REASON_UNCONDITIONAL; in scToCallForwardReason()850 (((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) || in processCode()1447 if (info.reason == CommandsInterface.CF_REASON_UNCONDITIONAL && in makeCFQueryResultMessage()
62 static final int CF_REASON_UNCONDITIONAL = 0; field