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