Searched refs:mVolIndex (Results 1 – 2 of 2) sorted by relevance
49 private final int mVolIndex; field in VolumeInfo64 mVolIndex = volIndex; in VolumeInfo()146 return mVolIndex; in getVolumeIndex()197 private int mVolIndex = INDEX_NOT_SET; field in VolumeInfo.Builder233 mVolIndex = info.mVolIndex; in Builder()259 mVolIndex = volIndex; in setVolumeIndex()294 if (mVolIndex != INDEX_NOT_SET) { in build()333 && (mVolIndex == that.mVolIndex) in equals()345 + ((mVolIndex != INDEX_NOT_SET) ? (" volIndex:" + mVolIndex) : "") in toString()361 dest.writeInt(mVolIndex); in writeToParcel()[all …]
173 final int mVolIndex; field in AudioServiceEvents.DeviceVolumeEvent183 mVolIndex = index; in DeviceVolumeEvent()194 .set(MediaMetrics.Property.INDEX, mVolIndex) in DeviceVolumeEvent()205 .append(" index:").append(mVolIndex) in eventToString()