Searched refs:mNotifyCurrentStatus (Results 1 – 3 of 3) sorted by relevance
36 mNotifyCurrentStatus = false; in MediaQualityThreshold()48 mNotifyCurrentStatus = threshold.mNotifyCurrentStatus; in MediaQualityThreshold()64 mNotifyCurrentStatus = threshold.mNotifyCurrentStatus; in operator =()78 mNotifyCurrentStatus == threshold.mNotifyCurrentStatus && in operator ==()90 mNotifyCurrentStatus != threshold.mNotifyCurrentStatus || in operator !=()120 out->writeInt32(mNotifyCurrentStatus ? 1 : 0); in writeToParcel()157 value == 1 ? mNotifyCurrentStatus = true : mNotifyCurrentStatus = false; in readFromParcel()224 mNotifyCurrentStatus = status; in setNotifyCurrentStatus()229 return mNotifyCurrentStatus; in getNotifyCurrentStatus()
40 private final boolean mNotifyCurrentStatus; field in MediaQualityThreshold63 mNotifyCurrentStatus = in.readBoolean(); in MediaQualityThreshold()78 mNotifyCurrentStatus = builder.mNotifyCurrentStatus; in MediaQualityThreshold()114 return mNotifyCurrentStatus; in getNotifyCurrentStatus()131 + ", mNotifyCurrentStatus=" + mNotifyCurrentStatus in toString()141 mNotifyCurrentStatus, mVideoBitrateBps); in hashCode()162 && mNotifyCurrentStatus == s.mNotifyCurrentStatus in equals()183 dest.writeBoolean(mNotifyCurrentStatus); in writeToParcel()210 private boolean mNotifyCurrentStatus; field in MediaQualityThreshold.Builder313 this.mNotifyCurrentStatus = notify; in setNotifyCurrentStatus()
89 bool mNotifyCurrentStatus; variable