Searched refs:mMaxVolumeGainIndex (Results 1 – 1 of 1) sorted by relevance
53 private final int mMaxVolumeGainIndex; field in CarVolumeGroupInfo85 mMaxVolumeGainIndex = maxVolumeGainIndex; in CarVolumeGroupInfo()128 this.mMaxVolumeGainIndex = maxVolumeGainIndex; in CarVolumeGroupInfo()193 return mMaxVolumeGainIndex; in getMaxVolumeGainIndex()276 .append(", max gain = ").append(mMaxVolumeGainIndex) in toString()301 dest.writeInt(mMaxVolumeGainIndex); in writeToParcel()337 && mMaxVolumeGainIndex == that.mMaxVolumeGainIndex in equals()350 int hash = Objects.hash(mName, mZoneId, mId, mVolumeGainIndex, mMaxVolumeGainIndex, in hashCode()398 private int mMaxVolumeGainIndex; field in CarVolumeGroupInfo.Builder422 mMaxVolumeGainIndex = info.mMaxVolumeGainIndex; in Builder()[all …]