Home
last modified time | relevance | path

Searched refs:VOLUME_CONTROL_FIXED (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/media/java/android/media/
DVolumeProvider.java37 @IntDef({VOLUME_CONTROL_FIXED, VOLUME_CONTROL_RELATIVE, VOLUME_CONTROL_ABSOLUTE})
45 public static final int VOLUME_CONTROL_FIXED = 0; field in VolumeProvider
DVolumeProvider2.java42 @IntDef({VOLUME_CONTROL_FIXED, VOLUME_CONTROL_RELATIVE, VOLUME_CONTROL_ABSOLUTE})
50 public static final int VOLUME_CONTROL_FIXED = 0; field in VolumeProvider2
DMediaRouter.java2354 VolumeProvider.VOLUME_CONTROL_FIXED; in configureSessionVolume()
/frameworks/av/packages/MediaComponents/src/com/android/media/
DVolumeProvider2Impl.java19 import static android.media.VolumeProvider2.VOLUME_CONTROL_FIXED;
35 if (controlType != VOLUME_CONTROL_FIXED && controlType != VOLUME_CONTROL_RELATIVE in VolumeProvider2Impl()
DMediaSession2Impl.java286 ? VolumeProvider2.VOLUME_CONTROL_FIXED in createPlaybackInfo()
/frameworks/support/media/src/main/java/androidx/media/
DVolumeProviderCompat.java42 @IntDef({VOLUME_CONTROL_FIXED, VOLUME_CONTROL_RELATIVE, VOLUME_CONTROL_ABSOLUTE})
50 public static final int VOLUME_CONTROL_FIXED = 0; field in VolumeProviderCompat
DMediaSession2ImplBase.java223 controlType = VolumeProviderCompat.VOLUME_CONTROL_FIXED; in createPlaybackInfo()
/frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/
DMediaControllerCompatCallbackTest.java491 VolumeProviderCompat.VOLUME_CONTROL_FIXED, in testPlaybackToLocalAndRemote()
504 && info.getVolumeControl() == VolumeProviderCompat.VOLUME_CONTROL_FIXED in testPlaybackToLocalAndRemote()
515 assertEquals(VolumeProviderCompat.VOLUME_CONTROL_FIXED, in testPlaybackToLocalAndRemote()
524 assertEquals(VolumeProviderCompat.VOLUME_CONTROL_FIXED, info.getVolumeControl()); in testPlaybackToLocalAndRemote()
/frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/android/support/mediacompat/client/
DMediaControllerCompatCallbackTest.java492 VolumeProviderCompat.VOLUME_CONTROL_FIXED, in testPlaybackToLocalAndRemote()
505 && info.getVolumeControl() == VolumeProviderCompat.VOLUME_CONTROL_FIXED in testPlaybackToLocalAndRemote()
516 assertEquals(VolumeProviderCompat.VOLUME_CONTROL_FIXED, in testPlaybackToLocalAndRemote()
525 assertEquals(VolumeProviderCompat.VOLUME_CONTROL_FIXED, info.getVolumeControl()); in testPlaybackToLocalAndRemote()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DUtil.java114 case VolumeProvider.VOLUME_CONTROL_FIXED: return "VOLUME_CONTROL_FIXED"; in volumeProviderControlToString()
/frameworks/support/media/src/androidTest/java/androidx/media/
DMediaSession2Test.java22 import static androidx.media.VolumeProviderCompat.VOLUME_CONTROL_FIXED;
470 localVolumeControlType = VOLUME_CONTROL_FIXED; in testUpdatePlayer_playbackInfo()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java261 if (mVolumeControlType == VolumeProvider.VOLUME_CONTROL_FIXED) { in adjustVolume()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
DMediaRouter.java2733 VolumeProviderCompat.VOLUME_CONTROL_FIXED; in updatePlaybackInfoFromSelectedRoute()
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
DMediaRouter.java2746 VolumeProviderCompat.VOLUME_CONTROL_FIXED; in updatePlaybackInfoFromSelectedRoute()
/frameworks/support/media/api_legacy/
D26.0.0.txt293 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0
D26.1.0.txt293 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0
D27.0.0.txt293 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0
D27.1.0.txt293 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0
D28.0.0-alpha1.txt293 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0
Dcurrent.txt293 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0
/frameworks/support/media/api/
Dcurrent.txt1433 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0
/frameworks/support/api/
D22.0.0.txt2643 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0
D22.1.0.txt2798 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0
D22.2.0.txt3184 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0
D22.2.1.txt3213 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0

12