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

Commit 7f66052c authored by Chen Chen's avatar Chen Chen Committed by Automerger Merge Worker
Browse files

Bluetooth updateability: Move BluetoothPhoneService out from Telecom am: ca8f7fb2

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1543887

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4cf058a22ea134c86925e74795eec538a0550f4c
parents 8dc61e0b ca8f7fb2
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -36,19 +36,6 @@ public class BluetoothHeadsetProxy {
        mBluetoothHeadset = headset;
    }

    public void clccResponse(int index, int direction, int status, int mode, boolean mpty,
            String number, int type) {

        mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type);
    }

    public void phoneStateChanged(int numActive, int numHeld, int callState, String number,
            int type, String name) {

        mBluetoothHeadset.phoneStateChanged(numActive, numHeld, callState, number, type,
            name);
    }

    public List<BluetoothDevice> getConnectedDevices() {
        return mBluetoothHeadset.getConnectedDevices();
    }
Loading