Home | History | Annotate | Download | only in notification

Lines Matching defs:ATT_PRIORITY

84     private static final String ATT_PRIORITY = "priority";
218 XmlUtils.readIntAttribute(parser, ATT_PRIORITY, DEFAULT_PRIORITY),
226 parser, ATT_PRIORITY, DEFAULT_PRIORITY);
418 out.attribute(null, ATT_PRIORITY, Integer.toString(r.priority));