Home
last modified time | relevance | path

Searched refs:ControlType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
DVolumeProvider.java39 public @interface ControlType {} annotation in VolumeProvider
76 public VolumeProvider(@ControlType int volumeControl, int maxVolume, int currentVolume) { in VolumeProvider()
87 @ControlType
DMediaRouter.java2303 @VolumeProvider.ControlType int volumeControl = in configureSessionVolume()
2330 public SessionVolumeProvider(@VolumeProvider.ControlType int volumeControl, in SessionVolumeProvider()
/frameworks/support/media-compat/java/android/support/v4/media/
DVolumeProviderCompat.java43 public @interface ControlType {} annotation in VolumeProviderCompat
81 public VolumeProviderCompat(@ControlType int volumeControl, int maxVolume, int currentVolume) { in VolumeProviderCompat()
101 @ControlType
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouter.java2716 @VolumeProviderCompat.ControlType int controlType = in updatePlaybackInfoFromSelectedRoute()
2747 private @VolumeProviderCompat.ControlType int mControlType;
2759 public void configureVolume(@VolumeProviderCompat.ControlType int controlType, in configureVolume()