Searched refs:isNotificationForCurrentProfiles (Results 1 – 5 of 5) sorted by relevance
322 when(mEnvironment.isNotificationForCurrentProfiles(any())).thenReturn(true); in testUpdateNotificationRanking()338 when(mEnvironment.isNotificationForCurrentProfiles(any())).thenReturn(true); in testUpdateNotificationRanking_noChange()352 when(mEnvironment.isNotificationForCurrentProfiles(any())).thenReturn(true); in testUpdateNotificationRanking_rowNotInflatedYet()367 when(mEnvironment.isNotificationForCurrentProfiles(any())).thenReturn(true); in testUpdateNotificationRanking_pendingNotification()575 when(mEnvironment.isNotificationForCurrentProfiles(mEntry.getSbn())).thenReturn(false); in testGetNotificationsForCurrentUser_shouldFilterNonCurrentUserNotifications()576 when(mEnvironment.isNotificationForCurrentProfiles(e2.getSbn())).thenReturn(true); in testGetNotificationsForCurrentUser_shouldFilterNonCurrentUserNotifications()
120 when(mEnvironment.isNotificationForCurrentProfiles(any())).thenReturn(true); in setUp()
51 public boolean isNotificationForCurrentProfiles(StatusBarNotification n) { in isNotificationForCurrentProfiles() method in KeyguardEnvironmentImpl
106 if (!getEnvironment().isNotificationForCurrentProfiles(sbn)) { in shouldFilterOut()
664 .isNotificationForCurrentProfiles(notification); in updateNotificationInternal()826 if (!mKeyguardEnvironment.isNotificationForCurrentProfiles(sbn)) { in getActiveNotificationsForCurrentUser()945 boolean isNotificationForCurrentProfiles(StatusBarNotification sbn); in isNotificationForCurrentProfiles() method