Home
last modified time | relevance | path

Searched refs:ControlType (Results 1 – 8 of 8) 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
DVolumeProvider2.java44 public @interface ControlType {} annotation in VolumeProvider2
77 public VolumeProvider2(@ControlType int controlType, int maxVolume, int currentVolume) { in VolumeProvider2()
94 @ControlType
DMediaRouter.java2353 @VolumeProvider.ControlType int volumeControl = in configureSessionVolume()
2380 public SessionVolumeProvider(@VolumeProvider.ControlType int volumeControl, in SessionVolumeProvider()
/frameworks/support/media/src/main/java/androidx/media/
DVolumeProviderCompat.java44 public @interface ControlType {} annotation in VolumeProviderCompat
82 public VolumeProviderCompat(@ControlType int volumeControl, int maxVolume, int currentVolume) { in VolumeProviderCompat()
102 @ControlType
/frameworks/av/packages/MediaComponents/src/com/android/media/
DVolumeProvider2Impl.java34 @VolumeProvider2.ControlType int controlType, int maxVolume, int currentVolume) { in VolumeProvider2Impl()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
DMediaRouter.java2732 @VolumeProviderCompat.ControlType int controlType = in updatePlaybackInfoFromSelectedRoute()
2763 private @VolumeProviderCompat.ControlType int mControlType;
2775 public void configureVolume(@VolumeProviderCompat.ControlType int controlType, in configureVolume()
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
DMediaRouter.java2745 @VolumeProviderCompat.ControlType int controlType = in updatePlaybackInfoFromSelectedRoute()
2776 private @VolumeProviderCompat.ControlType int mControlType;
2788 public void configureVolume(@VolumeProviderCompat.ControlType int controlType, in configureVolume()
/frameworks/base/config/
Dhiddenapi-private-dex.txt51820 Landroid/media/VolumeProvider$ControlType;
51821 Landroid/media/VolumeProvider2$ControlType;