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()335 && (mMaxVolIndex == that.mMaxVolIndex) in equals()347 + ((mMaxVolIndex != INDEX_NOT_SET) ? (" max:" + mMaxVolIndex) : "")); in toString()363 dest.writeInt(mMaxVolIndex); in writeToParcel()[all …]