OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIORITY_FOREGROUND
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java
41
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_FOREGROUND
, 1);
43
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_FOREGROUND
, 2);
57
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_FOREGROUND
, 1);
80
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_FOREGROUND
, 1);
96
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_FOREGROUND
, 1);
114
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_FOREGROUND
, 1);
132
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_FOREGROUND
, 1);
140
AttachmentService.
PRIORITY_FOREGROUND
, 2));
151
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_FOREGROUND
, 1);
165
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_FOREGROUND
, 1)
[
all
...]
/system/core/include/utils/
ThreadDefs.h
57
PRIORITY_FOREGROUND
= ANDROID_PRIORITY_FOREGROUND,
/frameworks/base/libs/hwui/thread/
TaskManager.cpp
86
setpriority(PRIO_PROCESS, 0,
PRIORITY_FOREGROUND
);
/device/google/dragon/power/
power_dragon.cpp
105
dragon->gpu_qos_manager->run("GpuTimedQosManager",
PRIORITY_FOREGROUND
);
/packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java
87
static final int
PRIORITY_FOREGROUND
= 0;
88
static final int PRIORITY_HIGHEST =
PRIORITY_FOREGROUND
;
[
all
...]
/frameworks/av/media/ndk/
NdkMediaCodec.cpp
151
PRIORITY_FOREGROUND
);
/frameworks/base/media/jni/
android_media_MediaCodec.cpp
134
PRIORITY_FOREGROUND
);
[
all
...]
Completed in 272 milliseconds