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.java159 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.java235 android.os.Process.THREAD_PRIORITY_DEFAULT);
H A DWebViewCore.java778 Process.THREAD_PRIORITY_DEFAULT + 3 *
784 Process.THREAD_PRIORITY_DEFAULT);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java458 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
472 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
618 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
654 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
743 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
753 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);

Completed in 195 milliseconds