Searched refs:mPublicStreamType (Results 1 – 1 of 1) sorted by relevance
8122 private int mPublicStreamType = AudioSystem.STREAM_MUSIC; field in AudioService.VolumeGroupState8130 return getDeviceForStream(mPublicStreamType); in getDeviceForVolume()8152 mPublicStreamType = streamType; in VolumeGroupState()8154 streamSettingName = System.VOLUME_SETTINGS_INT[mPublicStreamType]; in VolumeGroupState()8158 mIndexMin = MIN_STREAM_VOLUME[mPublicStreamType]; in VolumeGroupState()8159 mIndexMax = MAX_STREAM_VOLUME[mPublicStreamType]; in VolumeGroupState()8197 return mIndexMin == 0 || (mHasValidStreamType && isVssMuteBijective(mPublicStreamType)); in isMutable()8329 if (mHasValidStreamType && isVssMuteBijective(mPublicStreamType) in setVolumeIndexInt()8330 && mStreamStates[mPublicStreamType].isFullyMuted()) { in setVolumeIndexInt()8332 } else if (mPublicStreamType == AudioSystem.STREAM_BLUETOOTH_SCO && index == 0) { in setVolumeIndexInt()[all …]