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

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

release-request-513a9883-0d18-4c2f-80ce-cadb234b4e89-for-git_nyc-mr2-pixel-mon...

release-request-513a9883-0d18-4c2f-80ce-cadb234b4e89-for-git_nyc-mr2-pixel-monthly-release-3938523 snap-temp-L39300000065258774

Change-Id: Iab7629368efe3bbdc2780cf2d9617853e6dd8a49
parents 61fab334 9bd511b6
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 {