Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java127 NotificationChannel screenshotChannel = new NotificationChannel(SCREENSHOTS_HEADSUP, in createScreenshotChannel() local
130 screenshotChannel.setSound(null, // silent in createScreenshotChannel()
132 screenshotChannel.setBlockable(true); in createScreenshotChannel()
134 return screenshotChannel; in createScreenshotChannel()