Searched refs:RetailModeInteractor (Results 1 – 3 of 3) sorted by relevance
24 interface RetailModeInteractor { interface34 ) : RetailModeInteractor {
21 import com.android.systemui.retail.domain.interactor.RetailModeInteractor33 abstract fun bindsRetailModeInteractor(impl: RetailModeInteractorImpl): RetailModeInteractor
30 import com.android.systemui.retail.domain.interactor.RetailModeInteractor;49 private final RetailModeInteractor mRetailModeInteractor;57 RetailModeInteractor retailModeInteractor in QSFooterViewController()