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

/frameworks/base/core/java/android/app/job/
H A DJobInfo.java186 public static final int PRIORITY_DEFAULT = 0; field in class:JobInfo
969 private int mPriority = PRIORITY_DEFAULT;
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java194 public static final int PRIORITY_DEFAULT = 0; field in class:NotificationCompat
200 * compared with your app's {@link #PRIORITY_DEFAULT} items.
215 * notification lists, compared with your app's {@link #PRIORITY_DEFAULT} items.
734 mPriority = PRIORITY_DEFAULT;
/frameworks/base/core/java/android/app/
H A DNotification.java610 PRIORITY_DEFAULT,
626 public static final int PRIORITY_DEFAULT = 0; field in class:Notification
631 * {@link #PRIORITY_DEFAULT} items.
650 * your app's {@link #PRIORITY_DEFAULT} items.
2057 this.priority = PRIORITY_DEFAULT;
2968 case PRIORITY_DEFAULT:
3261 mN.priority = PRIORITY_DEFAULT;

Completed in 93 milliseconds