Searched refs:NotificationsInteractor (Results 1 – 4 of 4) sorted by relevance
40 private lateinit var underTest: NotificationsInteractor59 underTest = NotificationsInteractor(disableFlagsRepository)
25 class NotificationsInteractor regex
56 import com.android.systemui.statusbar.notification.domain.interactor.NotificationsInteractor;81 private final NotificationsInteractor mNotificationsInteractor =82 mock(NotificationsInteractor.class);
55 import com.android.systemui.statusbar.notification.domain.interactor.NotificationsInteractor;82 private final NotificationsInteractor mNotificationsInteractor;109 NotificationsInteractor notificationsInteractor, in StatusBarNotificationPresenter()