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

Commit 66d518d6 authored by Evan Chen's avatar Evan Chen
Browse files

Add deviceId in AssociaitonInfo

Test: cts
Bug: 330793944
Flag: EXEMPT trivial bugfix
Change-Id: Ib6860f8950f022689ae0c9ef6b4b6794e727c8f9
parent 8dde780a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -104,7 +104,6 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
                associationId,
                /* userId */ 0,
                packageName,
                /* tag */ null,
                MacAddress.fromString(mCachedDevice.getAddress()),
                /* displayName */ null,
                /* deviceProfile */ "",
@@ -116,7 +115,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
                /* timeApprovedMs */ System.currentTimeMillis(),
                /* lastTimeConnected */ Long.MAX_VALUE,
                /* systemDataSyncFlags */ -1,
                /* deviceIcon */ null);
                /* deviceIcon */ null,
                /* deviceId */ null);

        mAssociations.add(association);
        showScreen(mController);