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.java126 int userlock = legacySS.getUserLockedFields(); in createScreenshotChannel() local
127 if ((userlock & NotificationChannel.USER_LOCKED_IMPORTANCE) != 0) { in createScreenshotChannel()
130 if ((userlock & NotificationChannel.USER_LOCKED_SOUND) != 0) { in createScreenshotChannel()
133 if ((userlock & NotificationChannel.USER_LOCKED_VIBRATION) != 0) { in createScreenshotChannel()
136 if ((userlock & NotificationChannel.USER_LOCKED_LIGHTS) != 0) { in createScreenshotChannel()