HomeSort by relevance Sort by last modified time
    Searched defs:ATT_PRIORITY (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/
NotificationChannel.java 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);
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 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));
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 2697 milliseconds