Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java58 boolean shouldHideNotifications(int userId); in shouldHideNotifications() method
59 boolean shouldHideNotifications(String key); in shouldHideNotifications() method
DNotificationLockscreenUserManagerImpl.java289 public boolean shouldHideNotifications(int userId) { in shouldHideNotifications() method in NotificationLockscreenUserManagerImpl
291 || (userId != mCurrentUserId && shouldHideNotifications(mCurrentUserId)) in shouldHideNotifications()
299 public boolean shouldHideNotifications(String key) { in shouldHideNotifications() method in NotificationLockscreenUserManagerImpl
DNotificationViewHierarchyManager.java412 || mLockscreenUserManager.shouldHideNotifications(userId) in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyControllerTest.java96 when(mLockScreenUserManager.shouldHideNotifications(any())).thenReturn( in enableDynamicPrivacy()
103 when(mLockScreenUserManager.shouldHideNotifications(anyInt())).thenReturn( in testNotNotifiedWithoutNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java100 || getUserManager().shouldHideNotifications(sbn.getUserId()) in shouldFilterOut()
101 || getUserManager().shouldHideNotifications(sbn.getKey()))) { in shouldFilterOut()
DDynamicPrivacyController.java90 return !mLockscreenUserManager.shouldHideNotifications( in isDynamicPrivacyEnabled()