Searched defs:PRIORITY_DEFAULT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/job/
H A DJobInfo.java161 public static final int PRIORITY_DEFAULT = 0; field in class:JobInfo
804 private int mPriority = PRIORITY_DEFAULT;
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java177 public static final int PRIORITY_DEFAULT = 0; field in class:NotificationCompat
183 * compared with your app's {@link #PRIORITY_DEFAULT} items.
198 * notification lists, compared with your app's {@link #PRIORITY_DEFAULT} items.
1085 mPriority = PRIORITY_DEFAULT;
/frameworks/base/core/java/android/app/
H A DNotification.java565 @IntDef({PRIORITY_DEFAULT,PRIORITY_LOW,PRIORITY_MIN,PRIORITY_HIGH,PRIORITY_MAX})
576 public static final int PRIORITY_DEFAULT = 0; field in class:Notification
581 * {@link #PRIORITY_DEFAULT} items.
600 * your app's {@link #PRIORITY_DEFAULT} items.
1803 this.priority = PRIORITY_DEFAULT;
2528 case PRIORITY_DEFAULT:
2787 mN.priority = PRIORITY_DEFAULT;

Completed in 289 milliseconds