Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DVolumeInfo.java51 private final int mMaxVolIndex; field in VolumeInfo
66 mMaxVolIndex = maxVolIndex; in VolumeInfo()
163 return mMaxVolIndex; in getMaxVolumeIndex()
199 private int mMaxVolIndex = INDEX_NOT_SET; field in VolumeInfo.Builder
235 mMaxVolIndex = info.mMaxVolIndex; in Builder()
285 mMaxVolIndex = maxIndex; in setMaxVolumeIndex()
299 if (mMaxVolIndex != INDEX_NOT_SET && mVolIndex > mMaxVolIndex) { in build()
335 && (mMaxVolIndex == that.mMaxVolIndex) in equals()
347 + ((mMaxVolIndex != INDEX_NOT_SET) ? (" max:" + mMaxVolIndex) : "")); in toString()
363 dest.writeInt(mMaxVolIndex); in writeToParcel()
[all …]