Searched refs:volumeBehavior (Results 1 – 7 of 7) sorted by relevance
168 @AudioManager.DeviceVolumeBehavior int volumeBehavior) { in dispatchDeviceVolumeBehaviorChanged() argument170 mVolumeBehavior = volumeBehavior; in dispatchDeviceVolumeBehaviorChanged()
188 @AudioManager.DeviceVolumeBehavior int volumeBehavior) { in dispatchDeviceVolumeBehaviorChanged() argument190 mVolumeBehavior = volumeBehavior; in dispatchDeviceVolumeBehaviorChanged()
355 @AudioManager.DeviceVolumeBehavior int volumeBehavior); in onDeviceVolumeBehaviorChanged() argument472 @AudioManager.DeviceVolumeBehavior int volumeBehavior) { in dispatchDeviceVolumeBehaviorChanged() argument474 listener.onDeviceVolumeBehaviorChanged(device, volumeBehavior)); in dispatchDeviceVolumeBehaviorChanged()
733 int volumeBehavior); in registerDeviceVolumeDispatcherForAbsoluteVolume() argument
6586 public static void enforceValidVolumeBehavior(int volumeBehavior) { in enforceValidVolumeBehavior() argument6587 switch (volumeBehavior) { in enforceValidVolumeBehavior()6596 throw new IllegalArgumentException("Illegal volume behavior " + volumeBehavior); in enforceValidVolumeBehavior()
4489 void onDeviceVolumeBehaviorChanged(AudioDeviceAttributes device, int volumeBehavior) { in onDeviceVolumeBehaviorChanged() argument4493 mAudioDeviceVolumeBehaviors.put(device, volumeBehavior); in onDeviceVolumeBehaviorChanged()
11210 private void dispatchDeviceVolumeBehavior(AudioDeviceAttributes device, int volumeBehavior) { in dispatchDeviceVolumeBehavior() argument11215 .dispatchDeviceVolumeBehaviorChanged(device, volumeBehavior); in dispatchDeviceVolumeBehavior()