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

Commit 57badbf4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Support bindServiceAsUser in Telephony UT" into main

parents 5ccec960 4ec33e4a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -240,6 +240,14 @@ public class ContextFixture implements TestFixture<Context> {
            return true;
        }

        @Override
        public boolean bindServiceAsUser(
                Intent serviceIntent,
                ServiceConnection connection,
                int flags, UserHandle user) {
            return bindService(serviceIntent, connection, flags);
        }

        @Override
        public void unbindService(
                ServiceConnection connection) {