Searched refs:getSessionVolumeMax (Results 1 – 7 of 7) sorted by relevance
204 int getSessionVolumeMax() { in getSessionVolumeMax() method in MediaDeviceUpdateWorker205 return mLocalMediaManager.getSessionVolumeMax(); in getSessionVolumeMax()
367 public int getSessionVolumeMax() { in getSessionVolumeMax() method in LocalMediaManager368 return mInfoMediaManager.getSessionVolumeMax(); in getSessionVolumeMax()
330 public int getSessionVolumeMax() { in getSessionVolumeMax() method in InfoMediaManager
385 int getSessionVolumeMax() { in getSessionVolumeMax() method in MediaOutputController386 return mLocalMediaManager.getSessionVolumeMax(); in getSessionVolumeMax()
242 mSeekBar.setMax(mController.getSessionVolumeMax()); in initSessionSeekbar()
467 assertThat(mInfoMediaManager.getSessionVolumeMax()).isEqualTo(-1); in getSessionVolumeMax_packageNameIsNull_returnNotFound()479 mInfoMediaManager.getSessionVolumeMax(); in getSessionVolumeMax_containPackageName_returnMaxVolume()492 assertThat(mInfoMediaManager.getSessionVolumeMax()).isEqualTo(-1); in getSessionVolumeMax_routeSessionInfoIsNull_returnNotFound()
200 when(mMediaOutputController.getSessionVolumeMax()).thenReturn(TEST_MAX_VOLUME); in onBindViewHolder_verifySessionVolume()