Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeEmptyImplModule.kt29 import com.android.systemui.shade.domain.interactor.ShadeInteractorEmptyImpl
57 abstract fun bindsShadeInteractor(si: ShadeInteractorEmptyImpl): ShadeInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeInteractorEmptyImpl.kt28 class ShadeInteractorEmptyImpl @Inject constructor() : ShadeInteractor { class