Searched refs:screenshotChannel (Results 1 – 1 of 1) sorted by relevance
113 NotificationChannel screenshotChannel = new NotificationChannel(SCREENSHOTS_HEADSUP, in createScreenshotChannel() local116 screenshotChannel.setSound(Uri.parse(""), // silent in createScreenshotChannel()118 screenshotChannel.setBlockableSystem(true); in createScreenshotChannel()124 screenshotChannel.setImportance(legacySS.getImportance()); in createScreenshotChannel()127 screenshotChannel.setSound(legacySS.getSound(), legacySS.getAudioAttributes()); in createScreenshotChannel()130 screenshotChannel.setVibrationPattern(legacySS.getVibrationPattern()); in createScreenshotChannel()133 screenshotChannel.setLightColor(legacySS.getLightColor()); in createScreenshotChannel()138 return screenshotChannel; in createScreenshotChannel()