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

Commit 18172fd3 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "Update queryRemoteConnectionServices to fix failing CTS tests." into qt-dev

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