Searched refs:ATT_PRIORITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java53 private static final String ATT_PRIORITY = "priority"; field in class:RankingHelper
139 int priority = safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT);
199 out.attribute(null, ATT_PRIORITY, Integer.toString(priority));

Completed in 19 milliseconds