Searched defs:THREAD_PRIORITY_TOP_APP_BOOST (Results 1 – 3 of 3) sorted by relevance
3441 setThreadPriority(app.getPid(), THREAD_PRIORITY_TOP_APP_BOOST); in applyOomAdjLSP() local3655 setThreadPriority(app.getPid(), THREAD_PRIORITY_TOP_APP_BOOST); in setAttachingProcessStatesLSP() local
8379 setThreadPriority(proc.getRenderThreadTid(), THREAD_PRIORITY_TOP_APP_BOOST); in setRenderThread() local
457 public static final int THREAD_PRIORITY_TOP_APP_BOOST = -10; field in Process