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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 138 protected boolean mIsPhoneInEcmState;
185 mIsPhoneInEcmState = SystemProperties.getBoolean(
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 124 protected boolean mIsPhoneInEcmState;
185 mIsPhoneInEcmState = inEcm.equals("true");
186 if (mIsPhoneInEcmState) {
    [all...]
CDMALTEPhone.java 331 mIsPhoneInEcmState = inEcm.equals("true");
332 if (mIsPhoneInEcmState) {

Completed in 956 milliseconds