Searched refs:getStepValue (Results 1 – 12 of 12) sorted by relevance
88 mStepSize = info.getStepValue(); in setDeviceInfoForContext()91 info.getStepValue() == mStepSize, in setDeviceInfoForContext()
137 stepSize = info.getStepValue(); in calculateNewGainStageFromDeviceInfos()140 info.getStepValue() == stepSize, in calculateNewGainStageFromDeviceInfos()
265 int getStepValue() { in getStepValue() method in CarAudioDeviceInfo349 mStepValue = audioGainInfo.getStepValue(); in setAudioGainInfoIfNeededLocked()
87 when(infoMock.getStepValue()).thenReturn(mStepValue); in build()
257 expect.withMessage("Media device info step value").that(mMediaDeviceInfo.getStepValue()) in updateAudioDeviceInfo_succeeds()265 expect.withMessage("Nav device info step value").that(mNavigationDeviceInfo.getStepValue()) in updateAudioDeviceInfo_succeeds()292 .that(mMediaDeviceInfo.getStepValue()).isEqualTo(STEP_SIZE); in updateAudioDeviceInfo_invalidDeviceInfo_doesNotUpdate()300 .that(mNavigationDeviceInfo.getStepValue()).isEqualTo(STEP_SIZE); in updateAudioDeviceInfo_invalidDeviceInfo_doesNotUpdate()
114 NAVIGATION_DEVICE_ADDRESS).setStepValue(mMediaDeviceInfo.getStepValue() + 1) in setDeviceInfoForContext_withDifferentStepSize_throws()
300 expectWithMessage("Device Info Step Vale").that(info.getStepValue()) in getStepValue_returnsValueFromDeviceInfo()
365 when(deviceInfo1.getStepValue()).thenReturn(10); in getValidCarAudioDeviceInfos()368 when(deviceInfo2.getStepValue()).thenReturn(10); in getValidCarAudioDeviceInfos()
275 when(cadiMock.getStepValue()).thenReturn(1); in generateCarAudioDeviceInfo()
395 public int getStepValue() { in getStepValue() method in AudioManagerHelper.AudioGainInfo
21 method TIRAMISU_0 int getStepValue();
246 method public int getStepValue();