Searched refs:PowerInteractorFactory (Results 1 – 17 of 17) sorted by relevance
34 import com.android.systemui.power.domain.interactor.PowerInteractorFactory;94 PowerInteractorFactory.create( in setup()
30 import com.android.systemui.power.domain.interactor.PowerInteractorFactory58 PowerInteractorFactory.create(
29 import com.android.systemui.power.domain.interactor.PowerInteractorFactory60 powerInteractor: PowerInteractor = PowerInteractorFactory.create().powerInteractor, in create()
38 import com.android.systemui.power.domain.interactor.PowerInteractorFactory97 PowerInteractorFactory.create( in create()
25 object PowerInteractorFactory { object
30 import com.android.systemui.power.domain.interactor.PowerInteractorFactory75 PowerInteractorFactory.create( in setUp()
32 import com.android.systemui.power.domain.interactor.PowerInteractorFactory95 PowerInteractorFactory.create().powerInteractor, in <lambda>()
34 import com.android.systemui.power.domain.interactor.PowerInteractorFactory90 PowerInteractorFactory.create( in setUp()
34 import com.android.systemui.power.domain.interactor.PowerInteractorFactory107 powerInteractor = PowerInteractorFactory.create().powerInteractor in setUp()
31 import com.android.systemui.power.domain.interactor.PowerInteractorFactory76 powerInteractor = PowerInteractorFactory.create().powerInteractor in setup()
40 import com.android.systemui.power.domain.interactor.PowerInteractorFactory127 private val powerInteractor = PowerInteractorFactory.create().powerInteractor
50 import com.android.systemui.power.domain.interactor.PowerInteractorFactory;120 PowerInteractorFactory.create().getPowerInteractor();
32 import com.android.systemui.power.domain.interactor.PowerInteractorFactory71 private val powerInteractor = PowerInteractorFactory.create().powerInteractor
75 import com.android.systemui.power.domain.interactor.PowerInteractorFactory;221 PowerInteractor mPowerInteractor = PowerInteractorFactory.create( in setUp()
69 import com.android.systemui.power.domain.interactor.PowerInteractorFactory;171 PowerInteractorFactory.create().getPowerInteractor(), in setup()
79 import com.android.systemui.power.domain.interactor.PowerInteractorFactory;181 PowerInteractorFactory.create().getPowerInteractor(), in setUp()
55 import com.android.systemui.power.domain.interactor.PowerInteractorFactory.create in <lambda>()