OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inEcm
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java
137
String
inEcm
=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
138
if (
inEcm
.equals("true")) {
367
String
inEcm
=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
368
if (
inEcm
.equals("true")) {
CdmaCallTracker.java
183
String
inEcm
=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
184
boolean isPhoneInEcmMode =
inEcm
.equals("true");
[
all
...]
CDMAPhone.java
185
String
inEcm
=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
186
mIsPhoneInEcmState =
inEcm
.equals("true");
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
[
all
...]
Completed in 1275 milliseconds