Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java229 private static final int DEFAULT_VISIBILITY = field in NotificationChannel
244 private int mLockscreenVisibility = DEFAULT_VISIBILITY;
951 setLockscreenVisibility(safeInt(parser, ATT_VISIBILITY, DEFAULT_VISIBILITY)); in populateFromXml()
1046 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in writeXml()
1132 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in toJson()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java144 private static final int DEFAULT_VISIBILITY = NotificationManager.VISIBILITY_NO_OVERRIDE; field in PreferencesHelper
305 parser.getAttributeInt(null, ATT_VISIBILITY, DEFAULT_VISIBILITY), in restorePackage()
309 r.visibility = parser.getAttributeInt(null, ATT_VISIBILITY, DEFAULT_VISIBILITY); in restorePackage()
468 DEFAULT_IMPORTANCE, DEFAULT_PRIORITY, DEFAULT_VISIBILITY, DEFAULT_SHOW_BADGE, in getOrCreatePackagePreferencesLocked()
568 if (r.visibility != DEFAULT_VISIBILITY) { in createDefaultChannelIfNeededLocked()
614 if (r.visibility != DEFAULT_VISIBILITY) { in writeXml()
1950 if (r.visibility != DEFAULT_VISIBILITY) { in dumpPackagePreferencesLocked()
2120 event.writeInt(DEFAULT_VISIBILITY); in pullPackagePreferencesStats()
2232 if (r.visibility != DEFAULT_VISIBILITY) { in dumpJson()
2498 p.visibility = DEFAULT_VISIBILITY; in clearData()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7992 Landroid/app/NotificationChannel;->DEFAULT_VISIBILITY:I