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

Commit 35991c43 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Rectify comment in getCurrentAgEvents" am: abaa3e7f am: 35c23c8ba7...

Merge "Rectify comment in getCurrentAgEvents" am: abaa3e7f am: 35c23c8ba7 am: a6ffd8ad am: 3fa2362f

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1842099

Change-Id: I5cdedeb0445a90f9739a9c335d0d1c01011de6d8
parents 2c911c2a 3fa2362f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -817,7 +817,7 @@ public final class BluetoothHeadsetClient implements BluetoothProfile {
    @RequiresBluetoothConnectPermission
    @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)
    public Bundle getCurrentAgEvents(BluetoothDevice device) {
        if (DBG) log("getCurrentCalls()");
        if (DBG) log("getCurrentAgEvents()");
        final IBluetoothHeadsetClient service =
                getService();
        if (service != null && isEnabled() && isValidDevice(device)) {