Searched refs:shouldHideNotifications (Results 1 – 6 of 6) sorted by relevance
58 boolean shouldHideNotifications(int userId); in shouldHideNotifications() method59 boolean shouldHideNotifications(String key); in shouldHideNotifications() method
289 public boolean shouldHideNotifications(int userId) { in shouldHideNotifications() method in NotificationLockscreenUserManagerImpl291 || (userId != mCurrentUserId && shouldHideNotifications(mCurrentUserId)) in shouldHideNotifications()299 public boolean shouldHideNotifications(String key) { in shouldHideNotifications() method in NotificationLockscreenUserManagerImpl
412 || mLockscreenUserManager.shouldHideNotifications(userId) in updateRowStatesInternal()
96 when(mLockScreenUserManager.shouldHideNotifications(any())).thenReturn( in enableDynamicPrivacy()103 when(mLockScreenUserManager.shouldHideNotifications(anyInt())).thenReturn( in testNotNotifiedWithoutNotifications()
100 || getUserManager().shouldHideNotifications(sbn.getUserId()) in shouldFilterOut()101 || getUserManager().shouldHideNotifications(sbn.getKey()))) { in shouldFilterOut()
90 return !mLockscreenUserManager.shouldHideNotifications( in isDynamicPrivacyEnabled()