Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java30 public static String SCREENSHOTS = "SCN"; field in NotificationChannels
45 SCREENSHOTS, in createAll()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java57 NotificationChannels.SCREENSHOTS, in testChannelSetup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java184 new Notification.Builder(context, NotificationChannels.SCREENSHOTS) in SaveImageInBackgroundTask()
195 mNotificationBuilder = new Notification.Builder(context, NotificationChannels.SCREENSHOTS) in SaveImageInBackgroundTask()