Home
last modified time | relevance | path

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

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