Home
last modified time | relevance | path

Searched refs:SharedNotificationContainerInteractor (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractorFactory.kt32 …droid.systemui.statusbar.notification.stack.domain.interactor.SharedNotificationContainerInteractor
33 …d.systemui.statusbar.notification.stack.domain.interactor.SharedNotificationContainerInteractor.Co…
59 sharedNotificationContainerInteractor: SharedNotificationContainerInteractor? = null, in create()
85 ?: mock<SharedNotificationContainerInteractor>().also { in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeInteractorLegacyImpl.kt25 …droid.systemui.statusbar.notification.stack.domain.interactor.SharedNotificationContainerInteractor in <lambda>()
46 sharedNotificationContainerInteractor: SharedNotificationContainerInteractor, in <lambda>()
DShadeInteractorSceneContainerImpl.kt27 …droid.systemui.statusbar.notification.stack.domain.interactor.SharedNotificationContainerInteractor in <lambda>()
47 sharedNotificationContainerInteractor: SharedNotificationContainerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DSharedNotificationContainerInteractorKosmos.kt29 SharedNotificationContainerInteractor( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DSharedNotificationContainerInteractor.kt42 class SharedNotificationContainerInteractor in <lambda>() class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java76 …roid.systemui.statusbar.notification.stack.domain.interactor.SharedNotificationContainerInteractor;
226 new SharedNotificationContainerInteractor( in setup()
DNotificationPanelViewControllerBaseTest.java168 …roid.systemui.statusbar.notification.stack.domain.interactor.SharedNotificationContainerInteractor;
351 @Mock private SharedNotificationContainerInteractor mSharedNotificationContainerInteractor;
446 new SharedNotificationContainerInteractor( in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt52 …droid.systemui.statusbar.notification.stack.domain.interactor.SharedNotificationContainerInteractor in <lambda>()
100 sharedNotificationContainerInteractor: Provider<SharedNotificationContainerInteractor>, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModel.kt72 …droid.systemui.statusbar.notification.stack.domain.interactor.SharedNotificationContainerInteractor in <lambda>()
104 private val interactor: SharedNotificationContainerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java210 …roid.systemui.statusbar.notification.stack.domain.interactor.SharedNotificationContainerInteractor;
613 private final SharedNotificationContainerInteractor mSharedNotificationContainerInteractor;
780 SharedNotificationContainerInteractor sharedNotificationContainerInteractor, in NotificationPanelViewController()