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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 98 String inEcm = SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
99 return "true".equals(inEcm);
CdmaCallTracker.java 195 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
196 boolean isPhoneInEcmMode = inEcm.equals("true");
    [all...]
CDMALTEPhone.java 313 String inEcm = SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
314 mIsPhoneInEcmState = inEcm.equals("true");
CDMAPhone.java 199 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
200 mIsPhoneInEcmState = inEcm.equals("true");
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]

Completed in 196 milliseconds