Searched refs:shouldHideNotifications (Results 1 – 5 of 5) sorted by relevance
70 boolean shouldHideNotifications(int userId); in shouldHideNotifications() method71 boolean shouldHideNotifications(String key); in shouldHideNotifications() method
332 public boolean shouldHideNotifications(int userId) { in shouldHideNotifications() method in NotificationLockscreenUserManagerImpl334 || (userId != mCurrentUserId && shouldHideNotifications(mCurrentUserId)) in shouldHideNotifications()344 public boolean shouldHideNotifications(String key) { in shouldHideNotifications() method in NotificationLockscreenUserManagerImpl
489 || mLockscreenUserManager.shouldHideNotifications(userId) in updateRowStatesInternal()
83 || mUserManager.shouldHideNotifications(sbn.getUserId()) in shouldFilterOut()84 || mUserManager.shouldHideNotifications(sbn.getKey()))) { in shouldFilterOut()
113 when(mLockScreenUserManager.shouldHideNotifications(any())).thenReturn( in dynamicPrivacyOnlyWhenHidingPrivate()134 when(mLockScreenUserManager.shouldHideNotifications(anyInt())).thenReturn( in testNotNotifiedWithoutNotifications()