Searched refs:streamTypeAlias (Results 1 – 1 of 1) sorted by relevance
1728 int streamTypeAlias = mStreamVolumeAlias[streamType]; in adjustStreamVolume() local1730 VolumeStreamState streamState = mStreamStates[streamTypeAlias]; in adjustStreamVolume()1732 final int device = getDeviceForStream(streamTypeAlias); in adjustStreamVolume()1750 if (mAppOps.noteOp(STREAM_VOLUME_OPS[streamTypeAlias], uid, callingPackage) in adjustStreamVolume()1761 if ((streamTypeAlias == AudioSystem.STREAM_MUSIC) && in adjustStreamVolume()1779 step = rescaleIndex(10, streamType, streamTypeAlias); in adjustStreamVolume()1785 (streamTypeAlias == getUiSoundsStreamType())) { in adjustStreamVolume()1808 if (!volumeAdjustmentAllowedByDnd(streamTypeAlias, flags)) { in adjustStreamVolume()1823 if (streamTypeAlias == AudioSystem.STREAM_MUSIC) { in adjustStreamVolume()1827 if (streamTypeAlias == mStreamVolumeAlias[stream]) { in adjustStreamVolume()[all …]