HomeSort by relevance Sort by last modified time
    Searched refs:inEcm (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 139 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
140 if (inEcm.equals("true")) {
369 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
370 if (inEcm.equals("true")) {
CdmaCallTracker.java 194 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
195 boolean isPhoneInEcmMode = inEcm.equals("true");
    [all...]
CDMAPhone.java 192 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
193 mIsPhoneInEcmState = inEcm.equals("true");
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]

Completed in 46 milliseconds