Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cc57118 authored by Eric Laurent's avatar Eric Laurent
Browse files

AudioService: address code review comments

Fix java doc and formatting errors introduced by commit 174c4975

Test: make
Change-Id: If7bab28c294dc9930b52d7299fb7f77f19fa6a99
parent 813da462
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2747,5 +2747,4 @@ public class AudioDeviceBroker {
    void clearDeviceInventory() {
        mDeviceInventory.clearDeviceInventory();
    }

}
+1 −1
Original line number Diff line number Diff line
@@ -2900,7 +2900,7 @@ public class AudioService extends IAudioService.Stub
    // IPC methods
    ///////////////////////////////////////////////////////////////////////////
    /**
     * @see AudioManager#setPreferredDevicesForStrategy(AudioProductStrategy, AudioDeviceAttributes)
     * @see AudioManager#setPreferredDeviceForStrategy(AudioProductStrategy, AudioDeviceAttributes)
     * @see AudioManager#setPreferredDevicesForStrategy(AudioProductStrategy,
     *                                                  List<AudioDeviceAttributes>)
     */