Home
last modified time | relevance | path

Searched refs:CF_REASON_ALL_CONDITIONAL (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java46 import static com.android.internal.telephony.CommandsInterface.CF_REASON_ALL_CONDITIONAL;
1124 case CF_REASON_ALL_CONDITIONAL: in isValidCommandInterfaceCFReason()
1157 case CF_REASON_ALL_CONDITIONAL: return ImsUtInterface.CDIV_CF_ALL_CONDITIONAL; in getConditionFromCFReason()
1172 case ImsUtInterface.CDIV_CF_ALL_CONDITIONAL: return CF_REASON_ALL_CONDITIONAL; in getCFReasonFromCondition()
DImsPhoneMmiCode.java431 return CommandsInterface.CF_REASON_ALL_CONDITIONAL; in scToCallForwardReason()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java527 return CommandsInterface.CF_REASON_ALL_CONDITIONAL; in scToCallForwardReason()
545 case CommandsInterface.CF_REASON_ALL_CONDITIONAL: in cfReasonToServiceType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java85 static final int CF_REASON_ALL_CONDITIONAL = 5; field
DGsmCdmaPhone.java28 import static com.android.internal.telephony.CommandsInterface.CF_REASON_ALL_CONDITIONAL;
2390 case CF_REASON_ALL_CONDITIONAL: in isValidCommandInterfaceCFReason()