Searched refs:THREAD_PRIORITY_TOP_APP_BOOST (Results 1 – 6 of 6) sorted by relevance
20 import static android.os.Process.THREAD_PRIORITY_TOP_APP_BOOST;96 ? THREAD_PRIORITY_TOP_APP_BOOST : THREAD_PRIORITY_DISPLAY; in updatePriorityLocked()
21 import static android.os.Process.THREAD_PRIORITY_TOP_APP_BOOST;189 THREAD_PRIORITY_TOP_APP_BOOST); in provideSplashScreenExecutor()
20 import static android.os.Process.THREAD_PRIORITY_TOP_APP_BOOST;143 new HandlerThread("wmshell.splashworker", THREAD_PRIORITY_TOP_APP_BOOST); in SplashscreenContentDrawer()
457 public static final int THREAD_PRIORITY_TOP_APP_BOOST = -10; field in Process
79 import static android.os.Process.THREAD_PRIORITY_TOP_APP_BOOST;465 new ServiceThread(TAG, THREAD_PRIORITY_TOP_APP_BOOST, false /* allowIo */); in createAdjusterThread()3441 setThreadPriority(app.getPid(), THREAD_PRIORITY_TOP_APP_BOOST); in applyOomAdjLSP() local3445 THREAD_PRIORITY_TOP_APP_BOOST); in applyOomAdjLSP()3655 setThreadPriority(app.getPid(), THREAD_PRIORITY_TOP_APP_BOOST); in setAttachingProcessStatesLSP() local
116 import static android.os.Process.THREAD_PRIORITY_TOP_APP_BOOST;8379 setThreadPriority(proc.getRenderThreadTid(), THREAD_PRIORITY_TOP_APP_BOOST); in setRenderThread() local