Home
last modified time | relevance | path

Searched refs:threadPriority (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java119 threadPriority = Process.THREAD_PRIORITY_DEFAULT; in AppsCustomizeAsyncTask()
136 threadPriority = p; in setThreadPriority()
139 Process.setThreadPriority(threadPriority); in syncThreadPriority()
145 int threadPriority; field in AppsCustomizeAsyncTask