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/
CdmaInboundSmsHandler.java 96 String inEcm = SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
97 return "true".equals(inEcm);
CdmaCallTracker.java 201 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
202 boolean isPhoneInEcmMode = inEcm.equals("true");
    [all...]
CDMALTEPhone.java 330 String inEcm = SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
331 mIsPhoneInEcmState = inEcm.equals("true");
CDMAPhone.java 184 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
185 mIsPhoneInEcmState = inEcm.equals("true");
    [all...]

Completed in 110 milliseconds