Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java322 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()
DNotificationFilterTest.java120 when(mEnvironment.isNotificationForCurrentProfiles(any())).thenReturn(true); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardEnvironmentImpl.java51 public boolean isNotificationForCurrentProfiles(StatusBarNotification n) { in isNotificationForCurrentProfiles() method in KeyguardEnvironmentImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java106 if (!getEnvironment().isNotificationForCurrentProfiles(sbn)) { in shouldFilterOut()
DNotificationEntryManager.java664 .isNotificationForCurrentProfiles(notification); in updateNotificationInternal()
826 if (!mKeyguardEnvironment.isNotificationForCurrentProfiles(sbn)) { in getActiveNotificationsForCurrentUser()
945 boolean isNotificationForCurrentProfiles(StatusBarNotification sbn); in isNotificationForCurrentProfiles() method