Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java121 int userlock = legacySS.getUserLockedFields(); in createScreenshotChannel() local
122 if ((userlock & NotificationChannel.USER_LOCKED_IMPORTANCE) != 0) { in createScreenshotChannel()
125 if ((userlock & NotificationChannel.USER_LOCKED_SOUND) != 0) { in createScreenshotChannel()
128 if ((userlock & NotificationChannel.USER_LOCKED_VIBRATION) != 0) { in createScreenshotChannel()
131 if ((userlock & NotificationChannel.USER_LOCKED_LIGHTS) != 0) { in createScreenshotChannel()