Searched defs:DEFAULT_PRIORITY (Results 1 - 2 of 2) sorted by relevance

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

Completed in 75 milliseconds