/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/ |
D | RemoteDisplay.java | 64 public static final int PLAYBACK_VOLUME_VARIABLE = field in RemoteDisplay 65 RemoteDisplayInfo.PLAYBACK_VOLUME_VARIABLE;
|
/frameworks/base/media/java/android/media/ |
D | RemoteDisplayState.java | 102 public static final int PLAYBACK_VOLUME_VARIABLE = field in RemoteDisplayState.RemoteDisplayInfo 103 MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE;
|
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;
|
D | MediaRouter.java | 1665 int mVolumeHandling = PLAYBACK_VOLUME_VARIABLE; 1750 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE}) 1767 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in MediaRouter.RouteInfo 2468 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) { in requestSetVolume() 2479 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) { in requestUpdateVolume() 2533 case PLAYBACK_VOLUME_VARIABLE: in configureSessionVolume() 2819 mVolumeHandling = isFixedVolume ? PLAYBACK_VOLUME_FIXED : PLAYBACK_VOLUME_VARIABLE; in routeUpdated()
|
D | MediaRoute2Info.java | 125 @IntDef({PLAYBACK_VOLUME_FIXED, PLAYBACK_VOLUME_VARIABLE}) 144 public static final int PLAYBACK_VOLUME_VARIABLE = 1; field in MediaRoute2Info 1213 case PLAYBACK_VOLUME_VARIABLE: in getVolumeString()
|
/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/ |
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()
|
D | MediaRouter2ManagerTest.java | 21 import static android.media.MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE; 847 assertThat(variableVolumeRoute.getVolumeHandling()).isEqualTo(PLAYBACK_VOLUME_VARIABLE); in testVolumeHandling()
|
/frameworks/base/media/lib/remotedisplay/api/ |
D | system-current.txt | 22 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
|
/frameworks/base/core/java/com/android/internal/app/ |
D | MediaRouteControllerContentManager.java | 217 return mRoute.getVolumeHandling() == MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE; in isVolumeControlAvailable()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | LegacyDeviceRouteController.java | 183 : MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE) in createRouteFromAudioInfo()
|
D | LegacyBluetoothRouteController.java | 321 .setVolumeHandling(MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE) in createBluetoothRoute()
|
D | AudioManagerRouteController.java | 594 : MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE) in copyWithVolumeInfo()
|
D | MediaRouterService.java | 2017 case RemoteDisplayInfo.PLAYBACK_VOLUME_VARIABLE: in computeVolumeHandling() 2018 return MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE; in computeVolumeHandling()
|
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/ |
D | RemoteDisplayProviderService.java | 79 mTestDisplay1.setVolumeHandling(RemoteDisplay.PLAYBACK_VOLUME_VARIABLE); in onDiscoveryModeChanged()
|
/frameworks/base/services/tests/media/mediarouterservicetest/src/com/android/server/media/ |
D | AudioManagerRouteControllerTest.java | 275 .isEqualTo(MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE); in updateVolume_propagatesCorrectlyToRouteInfo()
|
/frameworks/base/core/api/ |
D | current.txt | 24993 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1 25196 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 29473 Landroid/media/RemoteControlClient;->PLAYBACK_VOLUME_VARIABLE:I 29549 Landroid/media/RemoteDisplayState$RemoteDisplayInfo;->PLAYBACK_VOLUME_VARIABLE:I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 15436 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
|