Home
last modified time | relevance | path

Searched refs:Priority (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/services/backup/java/com/android/server/backup/transport/
DTransportUtils.java41 log(Priority.ERROR, TAG, "Transport not available"); in checkTransportNotNull()
47 static void log(@Priority int priority, String tag, String message) { in log()
48 if (priority == Priority.WTF) { in log()
70 @IntDef({Priority.VERBOSE, Priority.DEBUG, Priority.INFO, Priority.WARN, Priority.WTF})
72 @interface Priority { annotation in TransportUtils
DTransportConnection.java46 import com.android.server.backup.transport.TransportUtils.Priority;
216 log(Priority.WARN, caller, "Async connect: UNUSABLE client"); in connectAsync()
230 log(Priority.DEBUG, caller, "Async connect: service bound, connecting"); in connectAsync()
234 log(Priority.ERROR, "Async connect: bindService returned false"); in connectAsync()
242 Priority.DEBUG, in connectAsync()
248 log(Priority.DEBUG, caller, "Async connect: reusing transport"); in connectAsync()
265 log(Priority.DEBUG, caller, "Unbind requested (was " + stateToString(mState) + ")"); in unbind()
323 log(Priority.DEBUG, caller, "Sync connect: reusing transport");
330 log(Priority.WARN, caller, "Sync connect: UNUSABLE client");
341 log(Priority.DEBUG, caller, "Sync connect: calling async");
[all …]
DTransportConnectionManager.java31 import com.android.server.backup.transport.TransportUtils.Priority;
123 Priority.DEBUG, in getTransportClient()
143 Priority.DEBUG, in disposeOfTransportClient()
/frameworks/base/services/core/java/com/android/server/display/mode/
DVote.java162 @interface Priority {} annotation
166 @Priority int MIN_PRIORITY = PRIORITY_DEFAULT_RENDER_FRAME_RATE;
167 @Priority int MAX_PRIORITY = PRIORITY_UDFPS;
171 @Priority int APP_REQUEST_REFRESH_RATE_RANGE_PRIORITY_CUTOFF =
DVotesStorage.java82 void updateGlobalVote(@Vote.Priority int priority, @Nullable Vote vote) { in updateGlobalVote()
87 void updateVote(int displayId, @Vote.Priority int priority, @Nullable Vote vote) { in updateVote()
129 void removeAllVotesForPriority(@Vote.Priority int priority) { in removeAllVotesForPriority()
/frameworks/native/services/schedulerservice/
DSchedulingPolicyService.cpp39 if (priority < static_cast<int32_t>(Priority::MIN) || in requestPriority()
40 priority > static_cast<int32_t>(Priority::MAX)) { in requestPriority()
/frameworks/hardware/interfaces/schedulerservice/1.0/
DISchedulingPolicyService.hal19 enum Priority : int32_t {
29 * @param priority Value within [Priority:MIN, Priority:MAX]
/frameworks/base/core/java/android/window/
DOnBackInvokedDispatcher.java48 @interface Priority{} annotation
83 @Priority @IntRange(from = 0) int priority, @NonNull OnBackInvokedCallback callback); in registerOnBackInvokedCallback()
DOnBackInvokedCallbackInfo.java30 private @OnBackInvokedDispatcher.Priority int mPriority;
81 @OnBackInvokedDispatcher.Priority
DImeOnBackInvokedDispatcher.java93 @OnBackInvokedDispatcher.Priority int priority, in registerOnBackInvokedCallback()
156 @OnBackInvokedDispatcher.Priority int priority, in registerReceivedCallback()
215 @Priority int priority) { in ImeOnBackInvokedCallback()
DWindowOnBackInvokedDispatcher.java161 @Priority int priority, @NonNull OnBackInvokedCallback callback) { in registerOnBackInvokedCallback()
172 @NonNull OnBackInvokedCallback callback, @Priority int priority) { in registerOnBackInvokedCallbackUnchecked()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/
DOnBackAnimationCallbackExtension.kt25 import android.window.OnBackInvokedDispatcher.Priority
82 @Priority @IntRange(from = 0) priority: Int = OnBackInvokedDispatcher.PRIORITY_DEFAULT, in registerOnBackInvokedCallbackOnViewAttached()
/frameworks/native/services/stats/
D.clang-format17 Priority: -1
/frameworks/proto_logging/stats/express/
D.clang-format17 Priority: -1
/frameworks/base/cmds/incidentd/
D.clang-format17 Priority: -1
/frameworks/proto_logging/stats/stats_log_api_gen/
D.clang-format17 Priority: -1
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DVotesStorageTest.java41 private static final @Vote.Priority int PRIORITY = Vote.PRIORITY_APP_REQUEST_SIZE;
44 private static final @Vote.Priority int PRIORITY_OTHER = Vote.PRIORITY_FLICKER_REFRESH_RATE;
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DMainActivity.java47 renderScript.setPriority(RenderScript.Priority.NORMAL); in onCreate()
71 renderScript.setPriority(RenderScript.Priority.NORMAL); in onCreate()
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobInfo.java322 public @interface Priority { annotation in JobInfo
494 @Priority
553 @Priority
1248 @Priority
1407 public Builder setPriority(@Priority int priority) { in setPriority()
2563 public static String getPriorityString(@Priority int priority) { in getPriorityString()
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt74 Criteria Order Priority
DEGL_ANDROID_recordable.txt72 Criteria Order Priority
/frameworks/libs/binary_translation/runtime_primitives/
Dsignal_queue_test.cc86 TEST(SignalQueue, Priority) { in TEST() argument
/frameworks/base/core/proto/android/app/
Dnotificationmanager.proto48 // Priority conversations are prioritized
/frameworks/base/core/proto/android/os/
Dps.proto77 // Priority of the process. Higher number means lower priority.
/frameworks/opt/telephony/flags/
Dmisc.aconfig45 …allNumber. Its an utility api to check if the dialed number is for Wireless Priority Service call."

12