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

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

Merge "Cleanup unused methods deleted from IBluetoothHearingAid.aidl"

parents f73a2e9c 6249bdd5
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();