Home
last modified time | relevance | path

Searched refs:CDIV_CF_UNCONDITIONAL (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUtInterface.java57 public static final int CDIV_CF_UNCONDITIONAL = 0; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java676 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason()
691 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition()
1091 if (infos[i].mCondition == ImsUtInterface.CDIV_CF_UNCONDITIONAL) { in handleCfQueryResult()