Searched refs:isValidGainIndex (Results 1 – 1 of 1) sorted by relevance
168 Preconditions.checkArgument(isValidGainIndex(gainIndex), in setCurrentGainIndex()304 if (isValidGainIndex(mStoredGainIndex)) { in updateCurrentGainIndexLocked()311 private boolean isValidGainIndex(int gainIndex) { in isValidGainIndex() method in CarVolumeGroup