Searched refs:DEFAULT_IMPORTANCE (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 245 private static final int DEFAULT_IMPORTANCE = field in NotificationChannel 255 private int mImportance = DEFAULT_IMPORTANCE; 256 private int mOriginalImportance = DEFAULT_IMPORTANCE; 1155 setOriginalImportance(safeInt(parser, ATT_ORIG_IMP, DEFAULT_IMPORTANCE)); in populateFromXml() 1303 if (getImportance() != DEFAULT_IMPORTANCE) { in writeXml() 1360 if (getOriginalImportance() != DEFAULT_IMPORTANCE) { in writeXml() 1391 if (getImportance() != DEFAULT_IMPORTANCE) { in toJson()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 163 private static final int DEFAULT_IMPORTANCE = NotificationManager.IMPORTANCE_UNSPECIFIED; field in PreferencesHelper 318 int appImportance = parser.getAttributeInt(null, ATT_IMPORTANCE, DEFAULT_IMPORTANCE); in restorePackage() 424 null, ATT_IMPORTANCE, DEFAULT_IMPORTANCE); in restoreChannel() 487 DEFAULT_IMPORTANCE, DEFAULT_PRIORITY, DEFAULT_VISIBILITY, DEFAULT_SHOW_BADGE, in getOrCreatePackagePreferencesLocked() 668 if (r.importance != DEFAULT_IMPORTANCE) { in writePackageXml() 2720 p.importance = DEFAULT_IMPORTANCE; in clearData() 2950 int importance = DEFAULT_IMPORTANCE;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7989 Landroid/app/NotificationChannel;->DEFAULT_IMPORTANCE:I
|