Searched refs:isNotificationForCurrentProfiles (Results 1 – 8 of 8) sorted by relevance
31 fun isNotificationForCurrentProfiles( method
63 public boolean isNotificationForCurrentProfiles(@NonNull NotificationEntry entry) { in isNotificationForCurrentProfiles() method in LegacyNotificationRankerStub
329 when(mEnvironment.isNotificationForCurrentProfiles(any())).thenReturn(true); in testUpdateNotificationRanking()345 when(mEnvironment.isNotificationForCurrentProfiles(any())).thenReturn(true); in testUpdateNotificationRanking_noChange()358 when(mEnvironment.isNotificationForCurrentProfiles(any())).thenReturn(true); in testUpdateNotificationRanking_rowNotInflatedYet()372 when(mEnvironment.isNotificationForCurrentProfiles(any())).thenReturn(true); in testUpdateNotificationRanking_pendingNotification()610 when(mEnvironment.isNotificationForCurrentProfiles(mEntry.getSbn())).thenReturn(false); in testGetNotificationsForCurrentUser_shouldFilterNonCurrentUserNotifications()611 when(mEnvironment.isNotificationForCurrentProfiles(e2.getSbn())).thenReturn(true); in testGetNotificationsForCurrentUser_shouldFilterNonCurrentUserNotifications()
127 when(mEnvironment.isNotificationForCurrentProfiles(any())).thenReturn(true); in setUp()
51 public boolean isNotificationForCurrentProfiles(StatusBarNotification n) { in isNotificationForCurrentProfiles() method in KeyguardEnvironmentImpl
136 override fun isNotificationForCurrentProfiles( in <lambda>() method in com.android.systemui.statusbar.notification.collection.NotificationRankingManager139 return keyguardEnvironment.isNotificationForCurrentProfiles(entry.sbn) in <lambda>()
77 if (!mKeyguardEnvironment.isNotificationForCurrentProfiles(sbn)) { in shouldFilterOut()
858 if (!mRanker.isNotificationForCurrentProfiles(entry)) { in getActiveNotificationsForCurrentUser()977 boolean isNotificationForCurrentProfiles(StatusBarNotification sbn); in isNotificationForCurrentProfiles() method