Searched refs:ShadeInteractorImpl (Results 1 – 7 of 7) sorted by relevance
39 import com.android.systemui.shade.domain.interactor.ShadeInteractorImpl164 abstract fun bindsShadeInteractor(si: ShadeInteractorImpl): ShadeInteractor
41 import com.android.systemui.shade.domain.interactor.ShadeInteractorImpl78 @Binds @SysUISingleton fun bindsShadeInteractor(sii: ShadeInteractorImpl): ShadeInteractor in bindTestableContext()
63 ShadeInteractorImpl( in <lambda>()
44 class ShadeInteractorImpl in <lambda>() class
63 import com.android.systemui.shade.domain.interactor.ShadeInteractorImpl;213 mShadeInteractor = new ShadeInteractorImpl( in setup()
139 import com.android.systemui.shade.domain.interactor.ShadeInteractorImpl;433 mShadeInteractor = new ShadeInteractorImpl( in setup()
77 lateinit var underTest: ShadeInteractorImpl