/aosp12/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/ |
H A D | RemoteDisplayProviderService.java | 264 display.setVolume(Math.max(0, Math.min(display.getVolumeMax(), volume))); in onSetVolume() 275 display.setVolume(Math.max(0, Math.min(display.getVolumeMax(), in onAdjustVolume()
|
/aosp12/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/ |
H A D | RemoteDisplay.java | 132 public int getVolumeMax() { in getVolumeMax() method in RemoteDisplay
|
/aosp12/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/ |
H A D | StubMediaRoute2ProviderService.java | 202 volume = Math.max(0, Math.min(volume, route.getVolumeMax())); in onSetRouteVolume() 215 volume = Math.max(0, Math.min(volume, sessionInfo.getVolumeMax())); in onSetSessionVolume()
|
H A D | MediaRouter2ManagerTest.java | 569 int targetVolume = originalVolume == volRoute.getVolumeMax() in testSetSystemRouteVolume() 589 int targetVolume = originalVolume == volRoute.getVolumeMax() in testSetRouteVolume() 729 assertEquals(VOLUME_MAX, variableVolumeRoute.getVolumeMax()); in testVolumeHandling()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaRoute2Info.java | 493 public int getVolumeMax() { in getVolumeMax() method in MediaRoute2Info 619 .append(", volumeMax=").append(getVolumeMax()) in toString()
|
H A D | RoutingSessionInfo.java | 236 public int getVolumeMax() { in getVolumeMax() method in RoutingSessionInfo 343 .append(", volumeMax=").append(getVolumeMax()) in toString()
|
H A D | MediaRouter.java | 2056 Math.max(0, Math.min(getVolume() + direction, getVolumeMax())); in requestUpdateVolume() 2071 public int getVolumeMax() { in getVolumeMax() method in MediaRouter.RouteInfo 2458 volume = Math.max(0, Math.min(volume, getVolumeMax())); in setVolume() 2730 final int maxVol = getVolumeMax(); in requestSetVolume() 2739 final int routeVol = (int) (scaledVolume * route.getVolumeMax()); in requestSetVolume() 2750 final int maxVol = getVolumeMax(); in requestUpdateVolume() 2816 final int routeMaxVolume = route.getVolumeMax(); in routeUpdated()
|
H A D | MediaRouter2.java | 1384 public int getVolumeMax() { in getVolumeMax() method in MediaRouter2.RoutingController 1386 return mSessionInfo.getVolumeMax(); in getVolumeMax() 1572 if (volume < 0 || volume > getVolumeMax()) { in setVolume()
|
H A D | MediaRouter2Manager.java | 518 if (volume < 0 || volume > route.getVolumeMax()) { in setRouteVolume() 547 if (volume < 0 || volume > sessionInfo.getVolumeMax()) { in setSessionVolume()
|
/aosp12/frameworks/base/media/lib/remotedisplay/api/ |
H A D | system-current.txt | 13 method public int getVolumeMax();
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/media/ |
H A D | RemoteMediaSliceTest.java | 98 when(remoteSessionInfo.getVolumeMax()).thenReturn(100); in setUp()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/ |
H A D | RemoteVolumeGroupController.java | 127 seekBarPreference.setMax(info.getVolumeMax()); in refreshPreference()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
H A D | MediaDevice.java | 221 return mRouteInfo.getVolumeMax(); in getMaxVolume()
|
H A D | InfoMediaManager.java | 338 return info.getVolumeMax(); in getSessionVolumeMax()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
H A D | RemoteVolumeGroupControllerTest.java | 115 when(remoteSessionInfo.getVolumeMax()).thenReturn(MAX_VOLUME); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputControllerTest.java | 299 when(mRemoteSessionInfo.getVolumeMax()).thenReturn(100); in getActiveRemoteMediaDevice_isSystemSession_returnSession() 313 when(mRemoteSessionInfo.getVolumeMax()).thenReturn(100); in getActiveRemoteMediaDevice_notSystemSession_returnEmpty()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | MediaRouteControllerDialog.java | 313 mVolumeSlider.setMax(mRoute.getVolumeMax()); in updateVolume()
|
/aosp12/packages/apps/Settings/src/com/android/settings/media/ |
H A D | RemoteMediaSlice.java | 123 final int maxVolume = info.getVolumeMax(); in getSlice()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
H A D | InfoMediaManagerTest.java | 481 verify(info).getVolumeMax(); in getSessionVolumeMax_containPackageName_returnMaxVolume()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 23228 method public int getVolumeMax(); 23360 method public int getVolumeMax(); 23453 method public int getVolumeMax(); 23804 method public int getVolumeMax();
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 11241 HSPLandroid/media/MediaRouter$RouteInfo;->getVolumeMax()I
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 15427 method public int getVolumeMax();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 11236 HSPLandroid/media/MediaRouter$RouteInfo;->getVolumeMax()I
|