Searched refs:mFixedVolumeDevices (Results 1 – 1 of 1) sorted by relevance
696 Set<Integer> mFixedVolumeDevices = new HashSet<>(Arrays.asList( field in AudioService1462 mFixedVolumeDevices.removeAll( in onSystemReady()4919 mFixedVolumeDevices.add(AudioSystem.DEVICE_OUT_REMOTE_SUBMIX); in forceRemoteSubmixFullVolume()4929 mFixedVolumeDevices.remove(AudioSystem.DEVICE_OUT_REMOTE_SUBMIX); in forceRemoteSubmixFullVolume()7455 if (mFixedVolumeDevices.contains(audioSystemDeviceOut)) { in getDeviceVolumeBehaviorInt()11251 pw.print(" mFixedVolumeDevices="); pw.println(dumpDeviceTypes(mFixedVolumeDevices)); in dump()13343 return mFixedVolumeDevices.contains(deviceType); in isFixedVolumeDevice()13439 return mFixedVolumeDevices.add(audioSystemDeviceOut); in addAudioSystemDeviceOutToFixedVolumeDevices()13447 return mFixedVolumeDevices.remove(audioSystemDeviceOut); in removeAudioSystemDeviceOutFromFixedVolumeDevices()