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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java162 public static final int PRIORITY_DEFAULT = 0; field in class:NotificationCompat
168 * compared with your app's {@link #PRIORITY_DEFAULT} items.
183 * notification lists, compared with your app's {@link #PRIORITY_DEFAULT} items.
469 if (b.mPriority > PRIORITY_DEFAULT) {
548 if (b.mPriority > PRIORITY_DEFAULT) {
912 mPriority = PRIORITY_DEFAULT;
/frameworks/base/core/java/android/app/
H A DNotification.java459 @IntDef({PRIORITY_DEFAULT,PRIORITY_LOW,PRIORITY_MIN,PRIORITY_HIGH,PRIORITY_MAX})
467 public static final int PRIORITY_DEFAULT = 0; field in class:Notification
472 * {@link #PRIORITY_DEFAULT} items.
485 * your app's {@link #PRIORITY_DEFAULT} items.
1311 this.priority = PRIORITY_DEFAULT;
2009 * <td>{@link #PRIORITY_DEFAULT}</td></tr>
2038 mPriority = PRIORITY_DEFAULT;

Completed in 774 milliseconds