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.java224 private static final int DEFAULT_VISIBILITY = field in NotificationChannel
239 private int mLockscreenVisibility = DEFAULT_VISIBILITY;
970 setLockscreenVisibility(safeInt(parser, ATT_VISIBILITY, DEFAULT_VISIBILITY)); in populateFromXml()
1066 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in writeXml()
1152 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in toJson()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java133 private static final int DEFAULT_VISIBILITY = NotificationManager.VISIBILITY_NO_OVERRIDE; field in PreferencesHelper
260 null, ATT_VISIBILITY, DEFAULT_VISIBILITY), in readXml()
269 null, ATT_VISIBILITY, DEFAULT_VISIBILITY); in readXml()
402 DEFAULT_IMPORTANCE, DEFAULT_PRIORITY, DEFAULT_VISIBILITY, DEFAULT_SHOW_BADGE, in getOrCreatePackagePreferencesLocked()
409 DEFAULT_IMPORTANCE, DEFAULT_PRIORITY, DEFAULT_VISIBILITY, DEFAULT_SHOW_BADGE, in getOrCreatePackagePreferencesLocked()
517 if (r.visibility != DEFAULT_VISIBILITY) { in createDefaultChannelIfNeededLocked()
545 || r.visibility != DEFAULT_VISIBILITY in writeXml()
564 if (r.visibility != DEFAULT_VISIBILITY) { in writeXml()
1933 if (r.visibility != DEFAULT_VISIBILITY) { in dumpPackagePreferencesLocked()
2111 if (r.visibility != DEFAULT_VISIBILITY) { in dumpJson()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7992 Landroid/app/NotificationChannel;->DEFAULT_VISIBILITY:I