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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 123 protected boolean mIsPhoneInEcmState;
168 mIsPhoneInEcmState = SystemProperties.getBoolean(
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 125 protected boolean mIsPhoneInEcmState;
200 mIsPhoneInEcmState = inEcm.equals("true");
201 if (mIsPhoneInEcmState) {
    [all...]

Completed in 76 milliseconds