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

  /frameworks/base/telephony/java/android/telephony/data/
DataProfile.java 73 private final boolean mModemCognitive;
103 this.mModemCognitive = modemCognitive;
124 mModemCognitive = source.readBoolean();
223 public boolean isModemCognitive() { return mModemCognitive; }
238 + mMtu + "/" + mMvnoType + "/" + mMvnoMatchData + "/" + mModemCognitive;
266 dest.writeBoolean(mModemCognitive);
ApnSetting.java 240 private final boolean mModemCognitive;
277 return mModemCognitive;
560 this.mModemCognitive = builder.mModemCognitive;
665 apn.mModemCognitive, apn.mMaxConns, apn.mWaitTime, apn.mMaxConnsTime, apn.mMtu,
689 sb.append(", ").append(mModemCognitive);
767 && Objects.equals(mModemCognitive, other.mModemCognitive)
812 && Objects.equals(mModemCognitive, other.mModemCognitive)
    [all...]

Completed in 195 milliseconds