Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java92 private final int DEFAULT_VISIBILITY = VISIBILITY_PRIVATE; field in GroupHelperTest
150 return new NotificationAttributes(flags, mSmallIcon, COLOR_DEFAULT, DEFAULT_VISIBILITY); in getNotificationAttributes()
932 DEFAULT_VISIBILITY); in testAddSummary_sameIcon_sameColor_alwaysAutogroup()
966 DEFAULT_VISIBILITY); in testAddSummary_sameIcon_sameColor()
1007 initialIcon, initialIconColor, DEFAULT_VISIBILITY); in testAddSummary_diffIcon_diffColor_disableFlag()
1032 COLOR_DEFAULT, DEFAULT_VISIBILITY); in testAddSummary_diffIcon_diffColor_disableFlag()
1052 initialIcon, initialIconColor, DEFAULT_VISIBILITY); in testAddSummary_diffIcon_diffColor()
1077 COLOR_DEFAULT, DEFAULT_VISIBILITY); in testAddSummary_diffIcon_diffColor()
1168 GroupHelper.FLAG_INVALID, initialIcon, initialIconColor, DEFAULT_VISIBILITY); in testAutoGrouped_diffIcon_diffColor_removeChild_updateTo_sameIcon_sameColor()
1205 DEFAULT_VISIBILITY)); in testAutobundledSummaryIcon_sameIcon()
[all …]
/frameworks/base/core/java/android/app/
DNotificationChannel.java243 private static final int DEFAULT_VISIBILITY = field in NotificationChannel
258 private int mLockscreenVisibility = DEFAULT_VISIBILITY;
1121 setLockscreenVisibility(safeInt(parser, ATT_VISIBILITY, DEFAULT_VISIBILITY)); in populateFromXml()
1309 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in writeXml()
1398 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in toJson()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java162 private static final int DEFAULT_VISIBILITY = NotificationManager.VISIBILITY_NO_OVERRIDE; field in PreferencesHelper
332 parser.getAttributeInt(null, ATT_VISIBILITY, DEFAULT_VISIBILITY), in restorePackage()
337 r.visibility = parser.getAttributeInt(null, ATT_VISIBILITY, DEFAULT_VISIBILITY); in restorePackage()
487 DEFAULT_IMPORTANCE, DEFAULT_PRIORITY, DEFAULT_VISIBILITY, DEFAULT_SHOW_BADGE, in getOrCreatePackagePreferencesLocked()
602 if (r.visibility != DEFAULT_VISIBILITY) { in createDefaultChannelIfNeededLocked()
675 if (r.visibility != DEFAULT_VISIBILITY) { in writePackageXml()
2107 if (r.visibility != DEFAULT_VISIBILITY) { in dumpPackagePreferencesLocked()
2322 /* optional int32 visibility = 3 */ DEFAULT_VISIBILITY, in pullPackagePreferencesStats()
2437 if (r.visibility != DEFAULT_VISIBILITY) { in dumpJson()
2722 p.visibility = DEFAULT_VISIBILITY; in clearData()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7992 Landroid/app/NotificationChannel;->DEFAULT_VISIBILITY:I