Home
last modified time | relevance | path

Searched refs:PowerInteractorFactory (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerBaseTest.java34 import com.android.systemui.power.domain.interactor.PowerInteractorFactory;
94 PowerInteractorFactory.create( in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
DNotificationShelfInteractorTest.kt30 import com.android.systemui.power.domain.interactor.PowerInteractorFactory
58 PowerInteractorFactory.create(
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractorFactory.kt29 import com.android.systemui.power.domain.interactor.PowerInteractorFactory
60 powerInteractor: PowerInteractor = PowerInteractorFactory.create().powerInteractor, in create()
DKeyguardDismissInteractorFactory.kt38 import com.android.systemui.power.domain.interactor.PowerInteractorFactory
97 PowerInteractorFactory.create( in create()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/power/domain/interactor/
DPowerInteractorFactory.kt25 object PowerInteractorFactory { object
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DLockscreenHostedDreamGestureListenerTest.kt30 import com.android.systemui.power.domain.interactor.PowerInteractorFactory
75 PowerInteractorFactory.create( in setUp()
DShadeControllerImplTest.kt32 import com.android.systemui.power.domain.interactor.PowerInteractorFactory
95 PowerInteractorFactory.create().powerInteractor, in <lambda>()
DPulsingGestureListenerTest.kt34 import com.android.systemui.power.domain.interactor.PowerInteractorFactory
90 PowerInteractorFactory.create( in setUp()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DUdfpsKeyguardInteractorTest.kt34 import com.android.systemui.power.domain.interactor.PowerInteractorFactory
107 powerInteractor = PowerInteractorFactory.create().powerInteractor in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardKeyEventInteractorTest.kt31 import com.android.systemui.power.domain.interactor.PowerInteractorFactory
76 powerInteractor = PowerInteractorFactory.create().powerInteractor in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/
DBackActionInteractorTest.kt40 import com.android.systemui.power.domain.interactor.PowerInteractorFactory
127 private val powerInteractor = PowerInteractorFactory.create().powerInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java50 import com.android.systemui.power.domain.interactor.PowerInteractorFactory;
120 PowerInteractorFactory.create().getPowerInteractor();
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractorTest.kt32 import com.android.systemui.power.domain.interactor.PowerInteractorFactory
71 private val powerInteractor = PowerInteractorFactory.create().powerInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java75 import com.android.systemui.power.domain.interactor.PowerInteractorFactory;
221 PowerInteractor mPowerInteractor = PowerInteractorFactory.create( in setUp()
DKeyguardStatusBarViewControllerTest.java69 import com.android.systemui.power.domain.interactor.PowerInteractorFactory;
171 PowerInteractorFactory.create().getPowerInteractor(), in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java79 import com.android.systemui.power.domain.interactor.PowerInteractorFactory;
181 PowerInteractorFactory.create().getPowerInteractor(), in setUp()
DNotificationGutsManagerWithScenesTest.kt55 import com.android.systemui.power.domain.interactor.PowerInteractorFactory.create in <lambda>()