Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/media/
DCarVolumeGroupInfo.java52 private final int mVolumeGainIndex; field in CarVolumeGroupInfo
84 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.Builder
421 mVolumeGainIndex = info.mVolumeGainIndex; in Builder()
[all …]