Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java65 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
661 case CF_ACTION_ENABLE: in isValidCommandInterfaceCFAction()
671 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION); in isCfEnable()
707 case CF_ACTION_ENABLE: return ImsUtInterface.ACTION_ACTIVATION; in getActionFromCFAction()
DImsPhoneMmiCode.java727 cfAction = CommandsInterface.CF_ACTION_ENABLE; in processCode()
748 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) || in processCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java47 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
1151 case CF_ACTION_ENABLE: in isValidCommandInterfaceCFAction()
1165 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION); in isCfEnable()
DGsmMmiCode.java833 cfAction = CommandsInterface.CF_ACTION_ENABLE; in processCode()
856 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) || in processCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java57 static final int CF_ACTION_ENABLE = 1; field