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/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java
110
String
inEcm
=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
111
if (
inEcm
.equals("true")) {
326
String
inEcm
=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
327
if (
inEcm
.equals("true")) {
CdmaCallTracker.java
191
String
inEcm
=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
192
boolean isPhoneInEcmMode =
inEcm
.equals("true");
[
all
...]
CDMAPhone.java
188
String
inEcm
=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
189
mIsPhoneInEcmState =
inEcm
.equals("true");
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
[
all
...]
Completed in 764 milliseconds