Searched refs:CDIV_CF_UNCONDITIONAL (Results 1 – 3 of 3) sorted by relevance
62 public static final int CDIV_CF_UNCONDITIONAL = ImsCallForwardInfo.CDIV_CF_REASON_UNCONDITIONAL; field
500 verify(mImsUtInterface).queryCallForward(eq(ImsUtInterface.CDIV_CF_UNCONDITIONAL), in testCallForwardingOption()507 eq(ImsUtInterface.CDIV_CF_UNCONDITIONAL), eq("1234"), in testCallForwardingOption()
1060 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason()1075 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition()1609 if (infos[i].getCondition() == ImsUtInterface.CDIV_CF_UNCONDITIONAL) { in handleCfQueryResult()