Home | History | Annotate | Download | only in app

Lines Matching defs:ATT_PRIORITY

66     private static final String ATT_PRIORITY = "priority";
627 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT));
715 null, ATT_PRIORITY, Integer.toString(Notification.PRIORITY_MAX));
779 record.put(ATT_PRIORITY, Notification.PRIORITY_MAX);