Searched refs:streamTypes (Results 1 – 2 of 2) sorted by relevance
180 int[] streamTypes = new int[nbStreamTypes];182 streamTypes[index] = in.readInt();184 return new AudioVolumeGroup(name, id, audioAttributes, streamTypes);
7822 int[] streamTypes = mAudioVolumeGroup.getLegacyStreamTypes(); in VolumeGroupState() local7824 if (streamTypes.length != 0) { in VolumeGroupState()7826 for (int streamType : streamTypes) { in VolumeGroupState()