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

Commit 10175bf1 authored by Evan Chen's avatar Evan Chen Committed by Android (Google) Code Review
Browse files

Merge "Update AssociationInfo with deviceIcon field" into main

parents 685f6669 e3e348b2
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);