Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinator.kt51 private val smartspaceController: LockscreenSmartspaceController,
66 smartspaceController.addListener(this::onNewSmartspaceTargets)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinatorTest.kt62 private lateinit var smartspaceController: LockscreenSmartspaceController
110 smartspaceController,
131 verify(smartspaceController).addListener(capture(smartspaceListenerCaptor))
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java137 LockscreenSmartspaceController smartspaceController, in KeyguardClockSwitchController() argument
153 mSmartspaceController = smartspaceController; in KeyguardClockSwitchController()