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
112 NotificationChannel screenshotChannel = new NotificationChannel(SCREENSHOTS_HEADSUP, in createScreenshotChannel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java57 NotificationChannels.SCREENSHOTS_HEADSUP, in testChannelSetup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java187 new Notification.Builder(context, NotificationChannels.SCREENSHOTS_HEADSUP) in SaveImageInBackgroundTask()
198 NotificationChannels.SCREENSHOTS_HEADSUP) in SaveImageInBackgroundTask()