Home
last modified time | relevance | path

Searched refs:mModemCognitive (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java73 private final boolean mModemCognitive; field in DataProfile
103 this.mModemCognitive = modemCognitive; in DataProfile()
124 mModemCognitive = source.readBoolean(); in DataProfile()
223 public boolean isModemCognitive() { return mModemCognitive; } in isModemCognitive()
238 + mMtu + "/" + mMvnoType + "/" + mMvnoMatchData + "/" + mModemCognitive; in toString()
266 dest.writeBoolean(mModemCognitive); in writeToParcel()
DApnSetting.java240 private final boolean mModemCognitive; field in ApnSetting
277 return mModemCognitive; in getModemCognitive()
560 this.mModemCognitive = builder.mModemCognitive; in ApnSetting()
665 apn.mModemCognitive, apn.mMaxConns, apn.mWaitTime, apn.mMaxConnsTime, apn.mMtu, in makeApnSetting()
689 sb.append(", ").append(mModemCognitive); in toString()
767 && Objects.equals(mModemCognitive, other.mModemCognitive) in equals()
812 && Objects.equals(mModemCognitive, other.mModemCognitive) in equals()
1109 private boolean mModemCognitive; field in ApnSetting.Builder
1160 this.mModemCognitive = modemCognitive; in setModemCognitive()