Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java238 private static final int DEFAULT_IMPORTANCE = field in NotificationChannel
248 private int mImportance = DEFAULT_IMPORTANCE;
249 private int mOriginalImportance = DEFAULT_IMPORTANCE;
984 setOriginalImportance(safeInt(parser, ATT_ORIG_IMP, DEFAULT_IMPORTANCE)); in populateFromXml()
1132 if (getImportance() != DEFAULT_IMPORTANCE) { in writeXml()
1186 if (getOriginalImportance() != DEFAULT_IMPORTANCE) { in writeXml()
1217 if (getImportance() != DEFAULT_IMPORTANCE) { in toJson()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java155 private static final int DEFAULT_IMPORTANCE = NotificationManager.IMPORTANCE_UNSPECIFIED; field in PreferencesHelper
303 int appImportance = parser.getAttributeInt(null, ATT_IMPORTANCE, DEFAULT_IMPORTANCE); in restorePackage()
399 null, ATT_IMPORTANCE, DEFAULT_IMPORTANCE); in restoreChannel()
462 DEFAULT_IMPORTANCE, DEFAULT_PRIORITY, DEFAULT_VISIBILITY, DEFAULT_SHOW_BADGE, in getOrCreatePackagePreferencesLocked()
601 if (r.importance != DEFAULT_IMPORTANCE) { in writeXml()
2673 p.importance = DEFAULT_IMPORTANCE; in clearData()
2900 int importance = DEFAULT_IMPORTANCE;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7989 Landroid/app/NotificationChannel;->DEFAULT_IMPORTANCE:I