Searched refs:mModemCognitive (Results 1 – 2 of 2) sorted by relevance
73 private final boolean mModemCognitive; field in DataProfile103 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()
240 private final boolean mModemCognitive; field in ApnSetting277 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.Builder1160 this.mModemCognitive = modemCognitive; in setModemCognitive()