Home
last modified time | relevance | path

Searched refs:legacySS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java111 String name, NotificationChannel legacySS) { in createScreenshotChannel() argument
119 if (legacySS != null) { in createScreenshotChannel()
121 int userlock = legacySS.getUserLockedFields(); 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()