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

Commit e3e348b2 authored by Evan Chen's avatar Evan Chen
Browse files

Update AssociationInfo with deviceIcon field

Test: CTS
Bug: 341057668
Flag:  EXEMPT bugfix

Change-Id: I1398f4a225bf84ccb80438e0ce5f04f2ee844f27
parent dcc25309
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -115,7 +115,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
                /* pending */ false,
                /* timeApprovedMs */ System.currentTimeMillis(),
                /* lastTimeConnected */ Long.MAX_VALUE,
                /* systemDataSyncFlags */ -1);
                /* systemDataSyncFlags */ -1,
                /* deviceIcon */ null);

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