Home
last modified time | relevance | path

Searched refs:DEFAULT_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java90 private static final int DEFAULT_PRIORITY = Notification.PRIORITY_DEFAULT; field in RankingHelper
218 XmlUtils.readIntAttribute(parser, ATT_PRIORITY, DEFAULT_PRIORITY), in readXml()
226 parser, ATT_PRIORITY, DEFAULT_PRIORITY); in readXml()
298 DEFAULT_IMPORTANCE, DEFAULT_PRIORITY, DEFAULT_VISIBILITY, DEFAULT_SHOW_BADGE); in getOrCreateRecord()
382 if (r.priority != DEFAULT_PRIORITY) { in createDefaultChannelIfNeeded()
405 || r.priority != DEFAULT_PRIORITY in writeXml()
417 if (r.priority != DEFAULT_PRIORITY) { in writeXml()
1163 if (r.priority != DEFAULT_PRIORITY) { in dumpRecords()
1210 if (r.priority != DEFAULT_PRIORITY) { in dumpJson()
1471 int priority = DEFAULT_PRIORITY;
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DSearchBar.java71 static final int DEFAULT_PRIORITY = 1; field in SearchBar
801 mSoundPool.play(sound, FULL_LEFT_VOLUME, FULL_RIGHT_VOLUME, DEFAULT_PRIORITY, in play()