Searched refs:getSessionVolumeMax (Results 1 – 5 of 5) sorted by relevance
408 public int getSessionVolumeMax() { in getSessionVolumeMax() method in LocalMediaManager409 return mInfoMediaManager.getSessionVolumeMax(); in getSessionVolumeMax()
389 public int getSessionVolumeMax() { in getSessionVolumeMax() method in InfoMediaManager
782 assertThat(mInfoMediaManager.getSessionVolumeMax()).isEqualTo(-1); in getSessionVolumeMax_packageNameIsNull_returnNotFound()794 mInfoMediaManager.getSessionVolumeMax(); in getSessionVolumeMax_containPackageName_returnMaxVolume()807 assertThat(mInfoMediaManager.getSessionVolumeMax()).isEqualTo(-1); in getSessionVolumeMax_routeSessionInfoIsNull_returnNotFound()
809 int getSessionVolumeMax() { in getSessionVolumeMax() method in MediaOutputController810 return mLocalMediaManager.getSessionVolumeMax(); in getSessionVolumeMax()
647 mMediaOutputController.getSessionVolumeMax(); in getSessionVolumeMax_triggersFromLocalMediaManager()649 verify(mLocalMediaManager).getSessionVolumeMax(); in getSessionVolumeMax_triggersFromLocalMediaManager()