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