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

Commit f65d1f2c authored by jasonwshsu's avatar jasonwshsu Committed by Jason Hsu
Browse files

Correct the typo in BluetoothHearingAid#getHiSyncId

Bug: 224323976
Ignore-AOSP-First: AOSP will be updated later
Test: atest CtsBluetoothTestCases
Tag: #refactor
Change-Id: I6d4d9ed07c8858acc0169f2ad6efe50b6cb21ec8
parent 058c1bde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -597,7 +597,7 @@ public final class BluetoothHearingAid implements BluetoothProfile {
    })
    public long getHiSyncId(@NonNull BluetoothDevice device) {
        if (VDBG) log("getHiSyncId(" + device + ")");
        verifyDeviceNotNull(device, "getConnectionPolicy");
        verifyDeviceNotNull(device, "getHiSyncId");
        final IBluetoothHearingAid service = getService();
        final long defaultValue = HI_SYNC_ID_INVALID;
        if (service == null) {