Searched refs:getValidIndex (Results 1 – 1 of 1) sorted by relevance
7973 index = getValidIndex(index); in setVolumeIndex()7983 mIndexMap.put(device, getValidIndex(index)); in updateVolumeIndex()8184 Log.v(TAG, "readSettings: found stored index " + getValidIndex(index) in readSettings()8188 mIndexMap.put(device, getValidIndex(index)); in readSettings()8194 private int getValidIndex(int index) { in getValidIndex() method in AudioService.VolumeGroupState8490 mIndexMap.put(device, getValidIndex(10 * index, in readSettings()8602 index = getValidIndex(index, hasModifyAudioSettings); in setIndex()8916 private int getValidIndex(int index, boolean hasModifyAudioSettings) { in getValidIndex() method in AudioService.VolumeStreamState