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

/frameworks/base/services/core/java/com/android/server/
H A DFgThread.java34 super("android.fg", android.os.Process.THREAD_PRIORITY_DEFAULT, true /*allowIo*/);
H A DIoThread.java31 super("android.io", android.os.Process.THREAD_PRIORITY_DEFAULT, true /*allowIo*/);
/frameworks/base/core/java/android/os/
H A DHandlerThread.java30 mPriority = Process.THREAD_PRIORITY_DEFAULT;
H A DProcess.java197 public static final int THREAD_PRIORITY_DEFAULT = 0; field in class:Process
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java431 super(SYNTH_THREAD_NAME, android.os.Process.THREAD_PRIORITY_DEFAULT);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1108 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
1122 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
1272 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
1314 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
1486 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);
1496 Process.setThreadPriority(Process.THREAD_PRIORITY_DEFAULT);

Completed in 144 milliseconds