Searched refs:mVolumeGainIndex (Results 1 – 1 of 1) sorted by relevance
52 private final int mVolumeGainIndex; field in CarVolumeGroupInfo84 mVolumeGainIndex = volumeGainIndex; in CarVolumeGroupInfo()127 this.mVolumeGainIndex = volumeGainIndex; in CarVolumeGroupInfo()186 return mVolumeGainIndex; in getVolumeGainIndex()275 .append(", gain = ").append(mVolumeGainIndex) in toString()300 dest.writeInt(mVolumeGainIndex); in writeToParcel()336 return isSameVolumeGroup(that) && mVolumeGainIndex == that.mVolumeGainIndex in equals()350 int hash = Objects.hash(mName, mZoneId, mId, mVolumeGainIndex, mMaxVolumeGainIndex, in hashCode()396 private int mVolumeGainIndex; field in CarVolumeGroupInfo.Builder421 mVolumeGainIndex = info.mVolumeGainIndex; in Builder()[all …]