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

Commit 9888aacf authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "tbs: Add missing final keyword for Lock pending operation object" am:...

Merge "tbs: Add missing final keyword for Lock pending operation object" am: e0447dd5 am: 74a3de08

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2580535



Change-Id: Ibc5bd9b1acd27fd958902075d1069f231b12bb7f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5a92fa37 74a3de08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ public class TbsGatt {
    @VisibleForTesting
    public static final int CALL_CONTROL_POINT_RESULT_INVALID_OUTGOING_URI = 0x06;

    private Object mPendingGattOperationsLock = new Object();
    private final Object mPendingGattOperationsLock = new Object();
    private final Context mContext;
    private final GattCharacteristic mBearerProviderNameCharacteristic;
    private final GattCharacteristic mBearerUciCharacteristic;