Searched defs:Priority (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/transport/
H A DTransportUtils.java41 log(Priority.ERROR, TAG, "Transport not available");
47 static void log(@Priority int priority, String tag, String message) {
48 if (priority == Priority.WTF) {
68 * Priority#WTF} all the others have the same value, so can be used directly
70 @IntDef({Priority.VERBOSE, Priority.DEBUG, Priority.INFO, Priority.WARN, Priority.WTF})
72 @interface Priority { interface in class:TransportUtils
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java1215 public enum Priority { enum in class:RenderScript
1222 Priority(int id) { method in class:RenderScript.Priority
1247 public void setPriority(Priority p) {
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java1217 public enum Priority { enum in class:RenderScript
1222 Priority(int id) { method in class:RenderScript.Priority
1252 public void setPriority(Priority p) {
/frameworks/base/core/java/android/app/
H A DNotification.java617 public @interface Priority {} interface in class:Notification
669 * Priority is an indication of how much of the user's valuable attention should be consumed by
682 @Priority
2962 public static String priorityToString(@Priority int pri) {
3965 public Builder setPriority(@Priority int pri) {

Completed in 131 milliseconds