Add contextSyncEnabled to AssociationInfo

Bug: 261885804

Change-Id: I6cbb77a879181a52fecf57b314c219413874d93b
Test: CTS
This commit is contained in:
Guojing Yuan
2023-01-07 00:30:13 +00:00
parent f730f899d8
commit 330c709031

View File

@@ -112,7 +112,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
/* notifyOnDeviceNearby */ true, /* notifyOnDeviceNearby */ true,
/* revoked */ false, /* revoked */ false,
/* timeApprovedMs */ System.currentTimeMillis(), /* timeApprovedMs */ System.currentTimeMillis(),
/* lastTimeConnected */ Long.MAX_VALUE); /* lastTimeConnected */ Long.MAX_VALUE,
/* systemDataSyncFlags */ -1);
mAssociations.add(association); mAssociations.add(association);
showScreen(mController); showScreen(mController);