Searched refs:mMaxActivationVolumeGainIndex (Results 1 – 1 of 1) sorted by relevance
59 private final int mMaxActivationVolumeGainIndex; field in CarVolumeGroupInfo94 mMaxActivationVolumeGainIndex = maxActivationVolumeGainIndex; in CarVolumeGroupInfo()135 this.mMaxActivationVolumeGainIndex = maxActivationVolumeGainIndex; in CarVolumeGroupInfo()268 return mMaxActivationVolumeGainIndex; in getMaxActivationVolumeGainIndex()279 builder.append(", max activation gain = ").append(mMaxActivationVolumeGainIndex) in toString()308 dest.writeInt(mMaxActivationVolumeGainIndex); in writeToParcel()343 && checkIsSameActivationVolume(that.mMaxActivationVolumeGainIndex, in equals()356 hash = Objects.hash(hash, mMaxActivationVolumeGainIndex, mMinActivationVolumeGainIndex); in hashCode()376 return mMaxActivationVolumeGainIndex == maxActivationVolumeGainIndex in checkIsSameActivationVolume()405 private int mMaxActivationVolumeGainIndex; field in CarVolumeGroupInfo.Builder[all …]