Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java194 public static final int USER_LOCKED_ALLOW_BUBBLE = 0x00000100; field in NotificationChannel
207 USER_LOCKED_ALLOW_BUBBLE
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1885 update.lockFields(NotificationChannel.USER_LOCKED_ALLOW_BUBBLE); in lockFieldsForUpdateLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java24 import static android.app.NotificationChannel.USER_LOCKED_ALLOW_BUBBLE;
6320 nr.getChannel().lockFields(USER_LOCKED_ALLOW_BUBBLE); in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()
DPreferencesHelperTest.java1200 assertEquals(NotificationChannel.USER_LOCKED_ALLOW_BUBBLE, in testLockFields_allowBubble()