Searched refs:mPublicStreamType (Results 1 – 1 of 1) sorted by relevance
6473 private int mPublicStreamType = AudioSystem.STREAM_MUSIC; field in AudioService.VolumeGroupState6479 return getDeviceForStream(mPublicStreamType); in getDeviceForVolume()6500 mPublicStreamType = streamType; in VolumeGroupState()6504 mIndexMin = MIN_STREAM_VOLUME[mPublicStreamType]; in VolumeGroupState()6505 mIndexMax = MAX_STREAM_VOLUME[mPublicStreamType]; in VolumeGroupState()6559 if (mStreamStates[mPublicStreamType].isFullyMuted()) { in setVolumeIndexInt()6561 } else if (mPublicStreamType == AudioSystem.STREAM_BLUETOOTH_SCO && index == 0) { in setVolumeIndexInt()6672 ? AudioSystem.DEFAULT_STREAM_VOLUME[mPublicStreamType] : -1; in readSettings()6680 if (mPublicStreamType == AudioSystem.STREAM_SYSTEM_ENFORCED in readSettings()