OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CF_ACTION_ENABLE
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java
40
import static com.android.internal.telephony.CommandsInterface.
CF_ACTION_ENABLE
;
960
case
CF_ACTION_ENABLE
:
970
return (action ==
CF_ACTION_ENABLE
) || (action == CF_ACTION_REGISTRATION);
[
all
...]
GsmMmiCode.java
689
cfAction = CommandsInterface.
CF_ACTION_ENABLE
;
712
((cfAction == CommandsInterface.
CF_ACTION_ENABLE
) ||
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java
54
static final int
CF_ACTION_ENABLE
= 1;
[
all
...]
Completed in 2573 milliseconds