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

Commit 330c7090 authored by Guojing Yuan's avatar Guojing Yuan
Browse files

Add contextSyncEnabled to AssociationInfo

Bug: 261885804

Change-Id: I6cbb77a879181a52fecf57b314c219413874d93b
Test: CTS
parent f730f899
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -112,7 +112,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
                /* notifyOnDeviceNearby */ true,
                /* revoked */ false,
                /* timeApprovedMs */ System.currentTimeMillis(),
                /* lastTimeConnected */ Long.MAX_VALUE);
                /* lastTimeConnected */ Long.MAX_VALUE,
                /* systemDataSyncFlags */ -1);

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