Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinator.kt115 val devicePublic = lockscreenUserManager.isLockscreenPublicMode(currentUserId) in bindCoordinator() constant
116 val deviceSensitive = (devicePublic && in bindCoordinator()
122 val userLockscreen = devicePublic || in bindCoordinator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java299 boolean devicePublic = mLockscreenUserManager
301 boolean userPublic = devicePublic
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java751 final boolean devicePublic = showingKeyguard && mKeyguardStateController.isMethodSecure(); in updatePublicMode()
763 boolean isProfilePublic = devicePublic; in updatePublicMode()
767 if (!devicePublic && userId != getCurrentUserId() in updatePublicMode()