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

Commit 3a1c2bde authored by Antonio Kantek's avatar Antonio Kantek Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Fixes CompanionDeviceManagerTest am: 96e2d98c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13163630

Change-Id: Id52fefe163964562351d1dac879f97f75c5b6c4d
parents 3189599a 96e2d98c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -565,7 +565,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) {