Searched refs:mFixedVolumeDevices (Results 1 – 1 of 1) sorted by relevance
781 Set<Integer> mFixedVolumeDevices = new HashSet<>(Arrays.asList( field in AudioService1647 mFixedVolumeDevices.removeAll( in onSystemReady()5178 mFixedVolumeDevices.add(AudioSystem.DEVICE_OUT_REMOTE_SUBMIX); in forceRemoteSubmixFullVolume()5188 mFixedVolumeDevices.remove(AudioSystem.DEVICE_OUT_REMOTE_SUBMIX); in forceRemoteSubmixFullVolume()7751 if (mFixedVolumeDevices.contains(audioSystemDeviceOut)) { in getDeviceVolumeBehaviorInt()11855 pw.print(" mFixedVolumeDevices="); pw.println(dumpDeviceTypes(mFixedVolumeDevices)); in dump()14284 return mFixedVolumeDevices.contains(deviceType); in isFixedVolumeDevice()14380 return mFixedVolumeDevices.add(audioSystemDeviceOut); in addAudioSystemDeviceOutToFixedVolumeDevices()14388 return mFixedVolumeDevices.remove(audioSystemDeviceOut); in removeAudioSystemDeviceOutFromFixedVolumeDevices()