Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java194 private int mVolumeControlType = VOLUME_CONTROL_ABSOLUTE; field in MediaSessionRecord
336 if (mVolumeControlType == VOLUME_CONTROL_FIXED) { in adjustVolume()
392 if (mVolumeControlType != VOLUME_CONTROL_ABSOLUTE) { in setVolumeTo()
519 if (mVolumeControlType == VOLUME_CONTROL_FIXED) { in canHandleVolumeKey()
579 .append(toVolumeControlTypeString(mVolumeControlType)) in dump()
950 return new PlaybackInfo(mVolumeType, mVolumeControlType, mMaxVolume, current, in getVolumeAttributes()
1264 mVolumeControlType = control; in setPlaybackToRemote()