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

Commit 1e6289dc authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Update queryRemoteConnectionServices to fix failing CTS tests." into qt-dev am: 18172fd3

am: cd23a086

Change-Id: I24884f35e247b7dca68cb7ff1f33d5b728f0a103
parents 84496f1e cd23a086
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1729,9 +1729,9 @@ public class ConnectionServiceWrapper extends ServiceBinder implements
                Log.v(this, "queryRemoteConnectionServices: callingPackage=%s skipped; "
                                + "doesn't match mgr %s for tfa %s",
                        callingPackage, connectionMgrHandle, handle);
                continue;
            }
            } else {
                isCallerConnectionManager = true;
            }
            ConnectionServiceWrapper service = mConnectionServiceRepository.getService(
                    handle.getComponentName(), handle.getUserHandle());
            if (service != null) {