Searched refs:mMinVolIndex (Results 1 – 1 of 1) sorted by relevance
50 private final int mMinVolIndex; field in VolumeInfo65 mMinVolIndex = minVolIndex; in VolumeInfo()154 return mMinVolIndex; in getMinVolumeIndex()198 private int mMinVolIndex = INDEX_NOT_SET; field in VolumeInfo.Builder234 mMinVolIndex = info.mMinVolIndex; in Builder()272 mMinVolIndex = minIndex; in setMinVolumeIndex()295 if (mMinVolIndex != INDEX_NOT_SET && mVolIndex < mMinVolIndex) { in build()334 && (mMinVolIndex == that.mMinVolIndex) in equals()346 + ((mMinVolIndex != INDEX_NOT_SET) ? (" min:" + mMinVolIndex) : "") in toString()362 dest.writeInt(mMinVolIndex); in writeToParcel()[all …]