Searched refs:INDEX_NOT_SET (Results 1 – 3 of 3) sorted by relevance
137 public static final int INDEX_NOT_SET = -100; field in VolumeInfo197 private int mVolIndex = INDEX_NOT_SET;198 private int mMinVolIndex = INDEX_NOT_SET;199 private int mMaxVolIndex = INDEX_NOT_SET;256 if (volIndex != INDEX_NOT_SET && volIndex < 0) { in setVolumeIndex()269 if (minIndex != INDEX_NOT_SET && minIndex < 0) { in setMinVolumeIndex()282 if (maxIndex != INDEX_NOT_SET && maxIndex < 0) { in setMaxVolumeIndex()294 if (mVolIndex != INDEX_NOT_SET) { in build()295 if (mMinVolIndex != INDEX_NOT_SET && mVolIndex < mMinVolIndex) { in build()299 if (mMaxVolIndex != INDEX_NOT_SET && mVolIndex > mMaxVolIndex) { in build()[all …]
2981 if (volumeInfo.getVolumeIndex() == VolumeInfo.INDEX_NOT_SET in rescaleIndex()2982 || volumeInfo.getMinVolumeIndex() == VolumeInfo.INDEX_NOT_SET in rescaleIndex()2983 || volumeInfo.getMaxVolumeIndex() == VolumeInfo.INDEX_NOT_SET) { in rescaleIndex()2996 if (dstMin == VolumeInfo.INDEX_NOT_SET || dstMax == VolumeInfo.INDEX_NOT_SET) { in rescaleIndex()4180 if (index == VolumeInfo.INDEX_NOT_SET && !vi.hasMuteCommand()) { in setDeviceVolume()4219 if (vi.getMinVolumeIndex() == VolumeInfo.INDEX_NOT_SET in setDeviceVolume()4220 || vi.getMaxVolumeIndex() == VolumeInfo.INDEX_NOT_SET) { in setDeviceVolume()7611 if (volumeInfo.getVolumeIndex() != VolumeInfo.INDEX_NOT_SET in registerDeviceVolumeDispatcherForAbsoluteVolume()7612 && volumeInfo.getMinVolumeIndex() != VolumeInfo.INDEX_NOT_SET in registerDeviceVolumeDispatcherForAbsoluteVolume()7613 && volumeInfo.getMaxVolumeIndex() != VolumeInfo.INDEX_NOT_SET) { in registerDeviceVolumeDispatcherForAbsoluteVolume()
7425 field public static final int INDEX_NOT_SET = -100; // 0xffffff9c