OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CF_REASON_NO_REPLY
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Phone/src/com/android/phone/
CallForwardEditPreference.java
86
int time = (reason != CommandsInterface.
CF_REASON_NO_REPLY
) ? 0 : 20;
212
case CommandsInterface.
CF_REASON_NO_REPLY
:
GsmUmtsCallForwardOptions.java
154
case CommandsInterface.
CF_REASON_NO_REPLY
:
CallFeaturesSetting.java
241
CommandsInterface.
CF_REASON_NO_REPLY
,
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java
117
static final int
CF_REASON_NO_REPLY
= 2;
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java
46
import static com.android.internal.telephony.CommandsInterface.
CF_REASON_NO_REPLY
;
897
case
CF_REASON_NO_REPLY
:
[
all
...]
GsmMmiCode.java
278
return CommandsInterface.
CF_REASON_NO_REPLY
;
[
all
...]
Completed in 26 milliseconds