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