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

Commit 255fe8a8 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-762540b1-1728-41bc-a9ce-e977f3e2683f-for-git_nyc-mr2-pixel-mon...

release-request-762540b1-1728-41bc-a9ce-e977f3e2683f-for-git_nyc-mr2-pixel-monthly-release-3888830 snap-temp-L22300000056915770

Change-Id: I216cf2391ea23463c2df44e549cb1f7add65212a
parents 57ff3912 9fa33e71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ public class BinderThreadPriorityTest extends AndroidTestCase {
    }

    public static String expectedSchedulerGroup(int prio) {
        return "/";
        return prio < Process.THREAD_PRIORITY_BACKGROUND ? "/" : "/bg_non_interactive";
    }

    public void testPassPriorityToService() throws Exception {