Searched refs:screenshotChannel (Results 1 – 1 of 1) sorted by relevance
112 NotificationChannel screenshotChannel = new NotificationChannel(SCREENSHOTS_HEADSUP, in createScreenshotChannel() local115 screenshotChannel.setSound(null, // silent in createScreenshotChannel()117 screenshotChannel.setBlockableSystem(true); in createScreenshotChannel()123 screenshotChannel.setImportance(legacySS.getImportance()); in createScreenshotChannel()126 screenshotChannel.setSound(legacySS.getSound(), legacySS.getAudioAttributes()); in createScreenshotChannel()129 screenshotChannel.setVibrationPattern(legacySS.getVibrationPattern()); in createScreenshotChannel()132 screenshotChannel.setLightColor(legacySS.getLightColor()); in createScreenshotChannel()137 return screenshotChannel; in createScreenshotChannel()