Searched refs:screenshotChannel (Results 1 – 1 of 1) sorted by relevance
117 NotificationChannel screenshotChannel = new NotificationChannel(SCREENSHOTS_HEADSUP, in createScreenshotChannel() local120 screenshotChannel.setSound(null, // silent in createScreenshotChannel()122 screenshotChannel.setBlockable(true); in createScreenshotChannel()128 screenshotChannel.setImportance(legacySS.getImportance()); in createScreenshotChannel()131 screenshotChannel.setSound(legacySS.getSound(), legacySS.getAudioAttributes()); in createScreenshotChannel()134 screenshotChannel.setVibrationPattern(legacySS.getVibrationPattern()); in createScreenshotChannel()137 screenshotChannel.setLightColor(legacySS.getLightColor()); in createScreenshotChannel()142 return screenshotChannel; in createScreenshotChannel()