Home
last modified time | relevance | path

Searched refs:HeadsUpRowInteractor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DHeadsUpRowViewModel.kt19 import com.android.systemui.statusbar.notification.domain.interactor.HeadsUpRowInteractor
21 class HeadsUpRowViewModel(headsUpRowInteractor: HeadsUpRowInteractor)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DHeadsUpNotificationInteractor.kt102 fun headsUpRow(key: HeadsUpRowKey): HeadsUpRowInteractor = in <lambda>()
103 HeadsUpRowInteractor(key as HeadsUpRowRepository) in <lambda>()
110 class HeadsUpRowInteractor(repository: HeadsUpRowRepository) class