Home
last modified time | relevance | path

Searched defs:BUBBLE_PREFERENCE_ALL (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java3098 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_none() local
3110 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_all() local
H A DNotificationManagerServiceTest.java5074 BUBBLE_PREFERENCE_ALL); in testUserApprovedBubblesForPackageAll() local
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java555 public static final int BUBBLE_PREFERENCE_ALL = 1; field in NotificationManager