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

Commit c8445a03 authored by Guojing Yuan's avatar Guojing Yuan Committed by Android (Google) Code Review
Browse files

Merge "Add contextSyncEnabled to AssociationInfo"

parents 47489fc4 330c7090
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);