/aosp14/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/ |
H A D | RemoteDisplay.java | 64 public static final int PLAYBACK_VOLUME_VARIABLE = field in RemoteDisplay 65 RemoteDisplayInfo.PLAYBACK_VOLUME_VARIABLE;
|
/aosp14/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/ |
H A D | RoutingSessionInfoTest.java | 106 .setVolumeHandling(MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE) in testGetVolumeHandlingGroupSession() 113 ? MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE : in testGetVolumeHandlingGroupSession()
|
H A D | StubMediaRoute2ProviderService.java | 19 import static android.media.MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE; 124 .setVolumeHandling(MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE) in initializeRoutes() 275 .setVolumeHandling(PLAYBACK_VOLUME_VARIABLE) in onCreateSession()
|
H A D | MediaRouter2ManagerTest.java | 21 import static android.media.MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE; 814 assertThat(variableVolumeRoute.getVolumeHandling()).isEqualTo(PLAYBACK_VOLUME_VARIABLE); in testVolumeHandling()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | RemoteDisplayState.java | 102 public static final int PLAYBACK_VOLUME_VARIABLE = field in RemoteDisplayState.RemoteDisplayInfo 103 MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE;
|
H A D | MediaRoute2Info.java | 113 @IntDef({PLAYBACK_VOLUME_FIXED, PLAYBACK_VOLUME_VARIABLE}) 132 public static final int PLAYBACK_VOLUME_VARIABLE = 1; field in MediaRoute2Info 799 case PLAYBACK_VOLUME_VARIABLE: in dumpVolume()
|
H A D | RemoteControlClient.java | 161 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in RemoteControlClient 832 public final static int DEFAULT_PLAYBACK_VOLUME_HANDLING = PLAYBACK_VOLUME_VARIABLE;
|
H A D | MediaRouter.java | 1655 int mVolumeHandling = PLAYBACK_VOLUME_VARIABLE; 1740 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE}) 1757 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in MediaRouter.RouteInfo 2458 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) { in requestSetVolume() 2469 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) { in requestUpdateVolume() 2523 case PLAYBACK_VOLUME_VARIABLE: in configureSessionVolume() 2809 mVolumeHandling = isFixedVolume ? PLAYBACK_VOLUME_FIXED : PLAYBACK_VOLUME_VARIABLE; in routeUpdated()
|
/aosp14/frameworks/base/media/lib/remotedisplay/api/ |
H A D | system-current.txt | 22 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | LegacyDeviceRouteController.java | 156 : MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE) in createRouteFromAudioInfo()
|
H A D | AudioPoliciesDeviceRouteController.java | 187 : MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE) in createRouteFromAudioInfo()
|
H A D | AudioPoliciesBluetoothRouteController.java | 388 .setVolumeHandling(MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE) in createBluetoothRoute()
|
H A D | LegacyBluetoothRouteController.java | 323 .setVolumeHandling(MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE) in createBluetoothRoute()
|
H A D | MediaRouterService.java | 1914 case RemoteDisplayInfo.PLAYBACK_VOLUME_VARIABLE: in computeVolumeHandling() 1915 return MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE; in computeVolumeHandling()
|
/aosp14/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/ |
H A D | RemoteDisplayProviderService.java | 79 mTestDisplay1.setVolumeHandling(RemoteDisplay.PLAYBACK_VOLUME_VARIABLE); in onDiscoveryModeChanged()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | MediaRouteControllerDialog.java | 323 MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE; in isVolumeControlAvailable()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 24308 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1 24460 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 29473 Landroid/media/RemoteControlClient;->PLAYBACK_VOLUME_VARIABLE:I 29549 Landroid/media/RemoteDisplayState$RemoteDisplayInfo;->PLAYBACK_VOLUME_VARIABLE:I
|