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

Commit 6e724bc1 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Update queryRemoteConnectionServices to fix failing CTS tests." into...

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

Change-Id: I8e0cb7acba41795360adc8cc3ebea5b52760c4b7
parents 72083c85 b9724162
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) {