Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java78 boolean userAllowsNotificationsInPublic(int userId); in userAllowsNotificationsInPublic() method
H A DNotificationLockscreenUserManagerImpl.java460 public boolean userAllowsNotificationsInPublic(int userHandle) { in userAllowsNotificationsInPublic() method in NotificationLockscreenUserManagerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicPrivacyController.java80 return mLockscreenUserManager.userAllowsNotificationsInPublic( in isDynamicPrivacyEnabled()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DDynamicPrivacyControllerTest.java121 when(mLockScreenUserManager.userAllowsNotificationsInPublic(anyInt())).thenReturn(allow); in allowNotificationsInPublic()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DKeyguardNotificationVisibilityProviderTest.java430 when(mLockscreenUserManager.userAllowsNotificationsInPublic(NOTIF_USER_ID)) in publicMode_settingsDisallow()
607 when(mLockscreenUserManager.userAllowsNotificationsInPublic(CURR_USER_ID)).thenReturn(true); in setupUnfilteredState()
608 when(mLockscreenUserManager.userAllowsNotificationsInPublic(NOTIF_USER_ID)) in setupUnfilteredState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DKeyguardNotificationVisibilityProvider.kt205 else -> !lockscreenUserManager.userAllowsNotificationsInPublic(user)