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()
449 public static final int THREAD_PRIORITY_TOP_APP_BOOST = -10; field in Process
77 import static android.os.Process.THREAD_PRIORITY_TOP_APP_BOOST;419 new ServiceThread(TAG, THREAD_PRIORITY_TOP_APP_BOOST, false /* allowIo */); in createAdjusterThread()3071 setThreadPriority(app.getPid(), THREAD_PRIORITY_TOP_APP_BOOST); in applyOomAdjLSP() local3075 THREAD_PRIORITY_TOP_APP_BOOST); in applyOomAdjLSP()3284 setThreadPriority(app.getPid(), THREAD_PRIORITY_TOP_APP_BOOST); in setAttachingProcessStatesLSP() local
110 import static android.os.Process.THREAD_PRIORITY_TOP_APP_BOOST;7962 setThreadPriority(proc.getRenderThreadTid(), THREAD_PRIORITY_TOP_APP_BOOST); in setRenderThread() local
20 import static android.os.Process.THREAD_PRIORITY_TOP_APP_BOOST;153 new HandlerThread("wmshell.splashworker", THREAD_PRIORITY_TOP_APP_BOOST); in SplashscreenContentDrawer()