Searched refs:THREAD_PRIORITY_DEFAULT (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/os/
H A DHandlerThread.java30 mPriority = Process.THREAD_PRIORITY_DEFAULT;
H A DProcess.java179 public static final int THREAD_PRIORITY_DEFAULT = 0; field in class:Process
/frameworks/base/core/java/android/net/http/
H A DConnectionThread.java72 android.os.Process.THREAD_PRIORITY_DEFAULT +
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java233 super(SYNTH_THREAD_NAME, android.os.Process.THREAD_PRIORITY_DEFAULT);
/frameworks/base/core/java/android/webkit/
H A DWebSettingsClassic.java236 android.os.Process.THREAD_PRIORITY_DEFAULT);
H A DWebViewCore.java763 Process.THREAD_PRIORITY_DEFAULT + 3 *
769 Process.THREAD_PRIORITY_DEFAULT);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java484 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
498 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
644 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
679 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
817 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
827 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);

Completed in 152 milliseconds