Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java8121 private boolean mHasValidStreamType = false; field in AudioService.VolumeGroupState
8153 mHasValidStreamType = true; in VolumeGroupState()
8197 return mIndexMin == 0 || (mHasValidStreamType && isVssMuteBijective(mPublicStreamType)); in isMutable()
8329 if (mHasValidStreamType && isVssMuteBijective(mPublicStreamType) in setVolumeIndexInt()
8364 return mHasValidStreamType && mPublicStreamType == AudioSystem.STREAM_MUSIC; in isMusic()
8475 if (mUseFixedVolume || mHasValidStreamType) { in persistVolumeGroup()