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

/frameworks/base/core/java/android/app/job/
H A DJobInfo.java117 public static final int PRIORITY_DEFAULT = 0; field in class:JobInfo
546 private int mPriority = PRIORITY_DEFAULT;
/frameworks/base/core/java/android/app/
H A DNotification.java523 @IntDef({PRIORITY_DEFAULT,PRIORITY_LOW,PRIORITY_MIN,PRIORITY_HIGH,PRIORITY_MAX})
531 public static final int PRIORITY_DEFAULT = 0; field in class:Notification
536 * {@link #PRIORITY_DEFAULT} items.
549 * your app's {@link #PRIORITY_DEFAULT} items.
1522 this.priority = PRIORITY_DEFAULT;
2183 case PRIORITY_DEFAULT:
2298 * <td>{@link #PRIORITY_DEFAULT}</td></tr>
2326 mN.priority = PRIORITY_DEFAULT;
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java166 public static final int PRIORITY_DEFAULT = 0; field in class:NotificationCompat
172 * compared with your app's {@link #PRIORITY_DEFAULT} items.
187 * notification lists, compared with your app's {@link #PRIORITY_DEFAULT} items.
526 if (b.mPriority > PRIORITY_DEFAULT) {
606 if (b.mPriority > PRIORITY_DEFAULT) {
1069 mPriority = PRIORITY_DEFAULT;

Completed in 2136 milliseconds