Searched refs:mMaxVolIndex (Results 1 – 1 of 1) sorted by relevance
51 private final int mMaxVolIndex; field in VolumeInfo66 mMaxVolIndex = maxVolIndex; in VolumeInfo()163 return mMaxVolIndex; in getMaxVolumeIndex()199 private int mMaxVolIndex = INDEX_NOT_SET; field in VolumeInfo.Builder235 mMaxVolIndex = info.mMaxVolIndex; in Builder()285 mMaxVolIndex = maxIndex; in setMaxVolumeIndex()299 if (mMaxVolIndex != INDEX_NOT_SET && mVolIndex > mMaxVolIndex) { in build()301 + " greater than max index:" + mMaxVolIndex); in build()304 if (mMinVolIndex != INDEX_NOT_SET && mMaxVolIndex != INDEX_NOT_SET in build()305 && mMinVolIndex > mMaxVolIndex) { in build()[all …]