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.java112 NotificationChannel screenshotChannel = new NotificationChannel(SCREENSHOTS_HEADSUP, in createScreenshotChannel() local
115 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()