Home
last modified time | relevance | path

Searched refs:DEFAULT_IMPORTANCE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java231 private static final int DEFAULT_IMPORTANCE = field in NotificationChannel
241 private int mImportance = DEFAULT_IMPORTANCE;
242 private int mOriginalImportance = DEFAULT_IMPORTANCE;
969 setOriginalImportance(safeInt(parser, ATT_ORIG_IMP, DEFAULT_IMPORTANCE)); in populateFromXml()
1040 if (getImportance() != DEFAULT_IMPORTANCE) { in writeXml()
1094 if (getOriginalImportance() != DEFAULT_IMPORTANCE) { in writeXml()
1125 if (getImportance() != DEFAULT_IMPORTANCE) { in toJson()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java145 private static final int DEFAULT_IMPORTANCE = NotificationManager.IMPORTANCE_UNSPECIFIED; field in PreferencesHelper
299 int appImportance = parser.getAttributeInt(null, ATT_IMPORTANCE, DEFAULT_IMPORTANCE); in restorePackage()
406 null, ATT_IMPORTANCE, DEFAULT_IMPORTANCE); in restoreChannel()
468 DEFAULT_IMPORTANCE, DEFAULT_PRIORITY, DEFAULT_VISIBILITY, DEFAULT_SHOW_BADGE, in getOrCreatePackagePreferencesLocked()
607 if (r.importance != DEFAULT_IMPORTANCE) { in writeXml()
2496 p.importance = DEFAULT_IMPORTANCE; in clearData()
2698 int importance = DEFAULT_IMPORTANCE;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7989 Landroid/app/NotificationChannel;->DEFAULT_IMPORTANCE:I