Searched refs:screenshotChannel (Results 1 – 1 of 1) sorted by relevance
127 NotificationChannel screenshotChannel = new NotificationChannel(SCREENSHOTS_HEADSUP, in createScreenshotChannel() local130 screenshotChannel.setSound(null, // silent in createScreenshotChannel()132 screenshotChannel.setBlockable(true); in createScreenshotChannel()134 return screenshotChannel; in createScreenshotChannel()