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

Commit f05bfa91 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[DO NOT MERGE] Fixes CompanionDeviceManagerTest" into rvc-qpr-dev

parents 9bf2c7aa 96e2d98c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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) {