Searched refs:HeadsUpRowInteractor (Results 1 – 2 of 2) sorted by relevance
19 import com.android.systemui.statusbar.notification.domain.interactor.HeadsUpRowInteractor21 class HeadsUpRowViewModel(headsUpRowInteractor: HeadsUpRowInteractor)
102 fun headsUpRow(key: HeadsUpRowKey): HeadsUpRowInteractor = in <lambda>()103 HeadsUpRowInteractor(key as HeadsUpRowRepository) in <lambda>()110 class HeadsUpRowInteractor(repository: HeadsUpRowRepository) class