Searched refs:MUSIC_MAX_INDEX (Results 1 – 4 of 4) sorted by relevance
33 import static com.android.car.audio.CoreAudioRoutingUtils.MUSIC_MAX_INDEX;128 .thenReturn(MUSIC_MAX_INDEX); in setupMock()202 .isEqualTo(MUSIC_MAX_INDEX); in getMaxIndex()222 (MUSIC_MAX_INDEX + MUSIC_MIN_INDEX) / 2)) in checkIndexRange()228 .that(mMusicCoreAudioVolumeGroup.isValidGainIndex(MUSIC_MAX_INDEX + 1)) in checkIndexRange()241 int index = (MUSIC_MAX_INDEX + MUSIC_MIN_INDEX) / 2; in setAndGetIndex()324 unmutableMusicCoreAudioVolumeGroup.setCurrentGainIndex(MUSIC_MAX_INDEX); in setMute_whenNotMutable()336 int index = (MUSIC_MAX_INDEX + MUSIC_MIN_INDEX) / 2; in audioManagerIndexSynchronization()
38 public static final int MUSIC_MAX_INDEX = 40; field in CoreAudioRoutingUtils
6699 .thenReturn(CoreAudioRoutingUtils.MUSIC_MAX_INDEX); in mockCoreAudioRoutingAndVolume()
50 static final int MUSIC_MAX_INDEX = 40; field in CoreAudioRoutingUtils