Searched refs:ControlType (Results 1 – 4 of 4) sorted by relevance
39 public @interface ControlType {} annotation in VolumeProvider76 public VolumeProvider(@ControlType int volumeControl, int maxVolume, int currentVolume) { in VolumeProvider()87 @ControlType
2303 @VolumeProvider.ControlType int volumeControl = in configureSessionVolume()2330 public SessionVolumeProvider(@VolumeProvider.ControlType int volumeControl, in SessionVolumeProvider()
43 public @interface ControlType {} annotation in VolumeProviderCompat81 public VolumeProviderCompat(@ControlType int volumeControl, int maxVolume, int currentVolume) { in VolumeProviderCompat()101 @ControlType
2716 @VolumeProviderCompat.ControlType int controlType = in updatePlaybackInfoFromSelectedRoute()2747 private @VolumeProviderCompat.ControlType int mControlType;2759 public void configureVolume(@VolumeProviderCompat.ControlType int controlType, in configureVolume()