Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java7798 private boolean mHasValidStreamType = false; field in AudioService.VolumeGroupState
7830 mHasValidStreamType = true; in VolumeGroupState()
7870 return mIndexMin == 0 || (mHasValidStreamType && isVssMuteBijective(mPublicStreamType)); in isMutable()
8002 if (mHasValidStreamType && isVssMuteBijective(mPublicStreamType) in setVolumeIndexInt()
8037 return mHasValidStreamType && mPublicStreamType == AudioSystem.STREAM_MUSIC; in isMusic()
8138 if (mUseFixedVolume || mHasValidStreamType) { in persistVolumeGroup()