Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java34 public static String SCREENSHOTS_HEADSUP = "SCN_HEADSUP"; field in NotificationChannels
116 NotificationChannel screenshotChannel = new NotificationChannel(SCREENSHOTS_HEADSUP, in createScreenshotChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java99 new Notification.Builder(mContext, NotificationChannels.SCREENSHOTS_HEADSUP); in reset()
101 new Notification.Builder(mContext, NotificationChannels.SCREENSHOTS_HEADSUP); in reset()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java57 NotificationChannels.SCREENSHOTS_HEADSUP, in testChannelSetup()