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.java125 int userlock = legacySS.getUserLockedFields(); in createScreenshotChannel() local
126 if ((userlock & NotificationChannel.USER_LOCKED_IMPORTANCE) != 0) { in createScreenshotChannel()
129 if ((userlock & NotificationChannel.USER_LOCKED_SOUND) != 0) { in createScreenshotChannel()
132 if ((userlock & NotificationChannel.USER_LOCKED_VIBRATION) != 0) { in createScreenshotChannel()
135 if ((userlock & NotificationChannel.USER_LOCKED_LIGHTS) != 0) { in createScreenshotChannel()