Home
last modified time | relevance | path

Searched refs:shouldHideNotifications (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java70 boolean shouldHideNotifications(int userId); in shouldHideNotifications() method
71 boolean shouldHideNotifications(String key); in shouldHideNotifications() method
H A DNotificationLockscreenUserManagerImpl.java332 public boolean shouldHideNotifications(int userId) { in shouldHideNotifications() method in NotificationLockscreenUserManagerImpl
334 || (userId != mCurrentUserId && shouldHideNotifications(mCurrentUserId)) in shouldHideNotifications()
344 public boolean shouldHideNotifications(String key) { in shouldHideNotifications() method in NotificationLockscreenUserManagerImpl
H A DNotificationViewHierarchyManager.java489 || mLockscreenUserManager.shouldHideNotifications(userId) in updateRowStatesInternal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationFilter.java83 || mUserManager.shouldHideNotifications(sbn.getUserId()) in shouldFilterOut()
84 || mUserManager.shouldHideNotifications(sbn.getKey()))) { in shouldFilterOut()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DDynamicPrivacyControllerTest.java113 when(mLockScreenUserManager.shouldHideNotifications(any())).thenReturn( in dynamicPrivacyOnlyWhenHidingPrivate()
134 when(mLockScreenUserManager.shouldHideNotifications(anyInt())).thenReturn( in testNotNotifiedWithoutNotifications()