HomeSort by relevance Sort by last modified time
    Searched refs:setThreadPriority (Results 1 - 25 of 58) sorted by null

1 2 3

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
PriorityThreadFactory.java 44 Process.setThreadPriority(mPriority);
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 193 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
199 Process.setThreadPriority(pri);
207 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
210 Process.setThreadPriority(pri);
218 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
221 Process.setThreadPriority(pri);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
PriorityThreadFactory.java 42 Process.setThreadPriority(mPriority);
  /frameworks/base/core/java/android/os/
HandlerThread.java 58 Process.setThreadPriority(mPriority);
Process.java 131 * Use with {@link #setThreadPriority(int)} and
132 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
146 * Use with {@link #setThreadPriority(int)} and
147 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
156 * Use with {@link #setThreadPriority(int)} and
157 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
167 * Use with {@link #setThreadPriority(int)} and
168 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
177 * Use with {@link #setThreadPriority(int)} and
178 * {@link #setThreadPriority(int, int)}, <b>not</b> with the norma
    [all...]
AsyncTask.java 263 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityService.java 50 Process.setThreadPriority(priority);
BinderThreadPriorityTest.java 79 Process.setThreadPriority(mSavedPriority); // To realign priority & cgroup, if needed
86 // HACK -- see bug 2665914 -- setThreadPriority() doesn't always set the
88 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
89 Process.setThreadPriority(mSavedPriority);
117 Process.setThreadPriority(prio);
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 108 method = "setThreadPriority",
117 method = "setThreadPriority",
148 * Test setThreadPriority(int) and setThreadPriority(int, int)
159 Process.setThreadPriority(Process.THREAD_PRIORITY_AUDIO);
162 Process.setThreadPriority(myTid, Process.THREAD_PRIORITY_LOWEST);
165 Process.setThreadPriority(myTid, THREAD_PRIORITY_HIGHEST);
169 Process.setThreadPriority(myTid, invalidPriority);
173 Process.setThreadPriority(-1, Process.THREAD_PRIORITY_DEFAULT);
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
HandlerThread_Delegate.java 75 Process.setThreadPriority(theThread.mPriority);
  /frameworks/base/core/java/android/net/http/
ConnectionThread.java 71 android.os.Process.setThreadPriority(
IdleCache.java 150 android.os.Process.setThreadPriority(
  /frameworks/base/core/java/android/server/search/
SearchManagerService.java 88 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
  /frameworks/base/core/java/android/webkit/
WebSyncManager.java 85 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 237 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
  /frameworks/base/services/java/com/android/server/
CountryDetectorService.java 183 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
VibratorService.java 328 Process.setThreadPriority(Process.THREAD_PRIORITY_URGENT_DISPLAY);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 279 Process.setThreadPriority(Process.THREAD_GROUP_BG_NONINTERACTIVE);
304 Process.setThreadPriority(origPri);
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 153 void setThreadPriority(int p) {
157 Process.setThreadPriority(threadPriority);
698 task.setThreadPriority(getThreadPriorityForPage(pageIndex));
700 task.setThreadPriority(Process.THREAD_PRIORITY_LOWEST);
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
ModernAsyncTask.java 122 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 182 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 132 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 176 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND +
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 346 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 238 Process.setThreadPriority(Process.THREAD_PRIORITY_DISPLAY);

Completed in 1283 milliseconds

1 2 3