Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java236 private static final int DEFAULT_VISIBILITY = field in NotificationChannel
251 private int mLockscreenVisibility = DEFAULT_VISIBILITY;
962 setLockscreenVisibility(safeInt(parser, ATT_VISIBILITY, DEFAULT_VISIBILITY)); in populateFromXml()
1138 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in writeXml()
1224 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in toJson()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java154 private static final int DEFAULT_VISIBILITY = NotificationManager.VISIBILITY_NO_OVERRIDE; field in PreferencesHelper
309 parser.getAttributeInt(null, ATT_VISIBILITY, DEFAULT_VISIBILITY), in restorePackage()
313 r.visibility = parser.getAttributeInt(null, ATT_VISIBILITY, DEFAULT_VISIBILITY); in restorePackage()
462 DEFAULT_IMPORTANCE, DEFAULT_PRIORITY, DEFAULT_VISIBILITY, DEFAULT_SHOW_BADGE, in getOrCreatePackagePreferencesLocked()
562 if (r.visibility != DEFAULT_VISIBILITY) { in createDefaultChannelIfNeededLocked()
608 if (r.visibility != DEFAULT_VISIBILITY) { in writeXml()
2043 if (r.visibility != DEFAULT_VISIBILITY) { in dumpPackagePreferencesLocked()
2277 event.writeInt(DEFAULT_VISIBILITY); in pullPackagePreferencesStats()
2389 if (r.visibility != DEFAULT_VISIBILITY) { in dumpJson()
2675 p.visibility = DEFAULT_VISIBILITY; in clearData()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7992 Landroid/app/NotificationChannel;->DEFAULT_VISIBILITY:I