Searched refs:mHasValidStreamType (Results 1 – 1 of 1) sorted by relevance
8121 private boolean mHasValidStreamType = false; field in AudioService.VolumeGroupState8153 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()