Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DKeyguardCoordinatorTest.java147 when(mLockscreenUserManager.userAllowsNotificationsInPublic(NOTIF_USER_ID)) in publicMode_settingsDisallow()
253 when(mLockscreenUserManager.userAllowsNotificationsInPublic(CURR_USER_ID)).thenReturn(true); in setupUnfilteredState()
254 when(mLockscreenUserManager.userAllowsNotificationsInPublic(NOTIF_USER_ID)) in setupUnfilteredState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DKeyguardCoordinator.java127 if (!mLockscreenUserManager.userAllowsNotificationsInPublic(currUserId)
128 || !mLockscreenUserManager.userAllowsNotificationsInPublic(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java90 boolean userAllowsNotificationsInPublic(int userId); in userAllowsNotificationsInPublic() method
H A DNotificationLockscreenUserManagerImpl.java333 boolean hide = isLockscreenPublicMode(userId) && !userAllowsNotificationsInPublic(userId) in shouldHideNotifications()
485 public boolean userAllowsNotificationsInPublic(int userHandle) { in userAllowsNotificationsInPublic() method in NotificationLockscreenUserManagerImpl