Home
last modified time | relevance | path

Searched refs:notificationFilter (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationRankingManagerTest.kt67 private lateinit var notificationFilter: NotificationFilter
74 notificationFilter = mock(NotificationFilter::class.java)
79 notificationFilter,
357 whenever(notificationFilter.shouldFilterOut(e)).thenReturn(true)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImpl.java80 NotificationFilter notificationFilter, in NotificationInterruptStateProviderImpl() argument
90 mNotificationFilter = notificationFilter; in NotificationInterruptStateProviderImpl()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java1229 public void setNotificationFilter(long notificationFilter) throws IllegalArgumentException { in setNotificationFilter() argument
1230 if (notificationFilter < 0 || notificationFilter > 0xFFFFFFFFL) { in setNotificationFilter()
1234 this.mNotificationFilter = notificationFilter; in setNotificationFilter()