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

Commit 543ad114 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Cleanup unused methods deleted from IBluetoothHearingAid.aidl"

parents f2180c81 27457d27
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -922,17 +922,6 @@ public class HearingAidService extends ProfileService {
            service.setVolume(volume);
        }

        @Override
        public void adjustVolume(int direction) {
            // TODO: Remove me?
        }

        @Override
        public int getVolume() {
            // TODO: Remove me?
            return 0;
        }

        @Override
        public long getHiSyncId(BluetoothDevice device) {
            HearingAidService service = getService();