Merge "[DO NOT MERGE] Fixes CompanionDeviceManagerTest" into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f05bfa9149
@@ -563,7 +563,8 @@ public class CompanionDeviceManagerService extends SystemService implements Bind
|
||||
if (DEBUG) {
|
||||
Log.i(LOG_TAG, "recordAssociation(" + association + ")");
|
||||
}
|
||||
updateAssociations(associations -> CollectionUtils.add(associations, association));
|
||||
updateAssociations(associations -> CollectionUtils.add(associations, association),
|
||||
association.userId);
|
||||
}
|
||||
|
||||
private void recordAssociation(String privilegedPackage, String deviceAddress) {
|
||||
|
||||
Reference in New Issue
Block a user