Searched refs:streamTypeAlias (Results 1 – 1 of 1) sorted by relevance
1600 int streamTypeAlias = mStreamVolumeAlias[streamType]; in adjustStreamVolume() local1602 VolumeStreamState streamState = mStreamStates[streamTypeAlias]; in adjustStreamVolume()1604 final int device = getDeviceForStream(streamTypeAlias); in adjustStreamVolume()1622 if (mAppOps.noteOp(STREAM_VOLUME_OPS[streamTypeAlias], uid, callingPackage) in adjustStreamVolume()1633 if ((streamTypeAlias == AudioSystem.STREAM_MUSIC) && in adjustStreamVolume()1651 step = rescaleIndex(10, streamType, streamTypeAlias); in adjustStreamVolume()1657 (streamTypeAlias == getUiSoundsStreamType())) { in adjustStreamVolume()1680 if (!volumeAdjustmentAllowedByDnd(streamTypeAlias, flags)) { in adjustStreamVolume()1695 if (streamTypeAlias == AudioSystem.STREAM_MUSIC) { in adjustStreamVolume()1699 if (streamTypeAlias == mStreamVolumeAlias[stream]) { in adjustStreamVolume()[all …]