Searched refs:mMinVolumeGainIndex (Results 1 – 1 of 1) sorted by relevance
54 private final int mMinVolumeGainIndex; field in CarVolumeGroupInfo86 mMinVolumeGainIndex = minVolumeGainIndex; in CarVolumeGroupInfo()129 this.mMinVolumeGainIndex = minVolumeGainIndex; in CarVolumeGroupInfo()200 return mMinVolumeGainIndex; in getMinVolumeGainIndex()277 .append(", min gain = ").append(mMinVolumeGainIndex); in toString()302 dest.writeInt(mMinVolumeGainIndex); in writeToParcel()338 && mMinVolumeGainIndex == that.mMinVolumeGainIndex in equals()351 mMinVolumeGainIndex, mIsMuted, mIsBlocked, mIsAttenuated, mAudioAttributes); in hashCode()397 private int mMinVolumeGainIndex; field in CarVolumeGroupInfo.Builder423 mMinVolumeGainIndex = info.mMinVolumeGainIndex; in Builder()[all …]