Home
last modified time | relevance | path

Searched refs:PowerInteractor (Results 1 – 25 of 97) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java25 import com.android.systemui.power.domain.interactor.PowerInteractor;
42 private final PowerInteractor mPowerInteractor;
56 PowerInteractor powerInteractor, in NotificationClicker()
134 private final PowerInteractor mPowerInteractor;
137 public Builder(NotificationClickerLogger logger, PowerInteractor powerInteractor) { in Builder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DScreenIdleCondition.kt19 import com.android.systemui.power.domain.interactor.PowerInteractor
27 constructor(private val powerInteractorLazy: Lazy<PowerInteractor>) :
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/ui/viewmodel/
DSmartspaceViewModel.kt19 import com.android.systemui.power.domain.interactor.PowerInteractor
29 powerInteractor: PowerInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DAlternateBouncerDependencies.kt21 import com.android.systemui.power.domain.interactor.PowerInteractor
39 val powerInteractor: PowerInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/
DPowerInteractor.kt37 class PowerInteractor in <lambda>() class
247 fun PowerInteractor.setAwakeForTest( in <lambda>() method
273 fun PowerInteractor.setAsleepForTest( in <lambda>() method
286 fun PowerInteractor.setScreenPowerState(screenPowerState: ScreenPowerState) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DNotificationStackInteractor.kt22 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>()
35 powerInteractor: PowerInteractor, in <lambda>()
DHideNotificationsInteractor.kt23 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>()
51 private val powerInteractor: PowerInteractor in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/power/domain/interactor/
DPowerInteractorFactory.kt40 PowerInteractor( in create()
54 val powerInteractor: PowerInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
DNotificationShelfInteractor.kt23 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>()
37 private val powerInteractor: PowerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DLockscreenHostedDreamGestureListener.kt28 import com.android.systemui.power.domain.interactor.PowerInteractor
43 private val powerInteractor: PowerInteractor,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractorFactory.kt28 import com.android.systemui.power.domain.interactor.PowerInteractor
60 powerInteractor: PowerInteractor = PowerInteractorFactory.create().powerInteractor, in create()
120 val powerInteractor: PowerInteractor,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/flags/
DScreenIdleConditionTest.kt21 import com.android.systemui.power.domain.interactor.PowerInteractor
41 @Mock private lateinit var powerInteractor: PowerInteractor
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardOcclusionInteractorTest.kt53 import com.android.systemui.power.domain.interactor.PowerInteractor
54 import com.android.systemui.power.domain.interactor.PowerInteractor.Companion.setAsleepForTest
55 import com.android.systemui.power.domain.interactor.PowerInteractor.Companion.setAwakeForTest
77 private lateinit var powerInteractor: PowerInteractor
DFromDozingTransitionInteractorTest.kt53 import com.android.systemui.power.domain.interactor.PowerInteractor
54 import com.android.systemui.power.domain.interactor.PowerInteractor.Companion.setAsleepForTest
55 import com.android.systemui.power.domain.interactor.PowerInteractor.Companion.setAwakeForTest
82 private lateinit var powerInteractor: PowerInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java37 import com.android.systemui.power.domain.interactor.PowerInteractor;
71 @Mock private PowerInteractor mPowerInteractor;
144 PowerInteractor powerInteractor, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DLightRevealScrimInteractor.kt24 import com.android.systemui.power.domain.interactor.PowerInteractor
43 private val powerInteractor: Lazy<PowerInteractor>,
DKeyguardOcclusionInteractor.kt25 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>()
54 private val powerInteractor: PowerInteractor, in <lambda>()
DKeyguardKeyEventInteractor.kt27 import com.android.systemui.power.domain.interactor.PowerInteractor
46 private val powerInteractor: PowerInteractor,
DKeyguardDismissInteractor.kt26 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>()
46 powerInteractor: PowerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/domain/interactor/
DStatusBarKeyguardViewManagerInteractor.kt25 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>()
52 powerInteractor: PowerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/
DCommunalDreamStartable.kt33 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>()
50 private val powerInteractor: PowerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceUnlockedInteractor.kt27 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>()
51 private val powerInteractor: PowerInteractor, in <lambda>()
DDeviceEntryHapticsInteractor.kt24 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>()
55 powerInteractor: PowerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/
DSmartspaceViewModelTest.kt24 import com.android.systemui.power.domain.interactor.PowerInteractor.Companion.setAsleepForTest
25 import com.android.systemui.power.domain.interactor.PowerInteractor.Companion.setAwakeForTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardKeyEventInteractorTest.kt28 import com.android.systemui.power.domain.interactor.PowerInteractor
29 import com.android.systemui.power.domain.interactor.PowerInteractor.Companion.setAsleepForTest
30 import com.android.systemui.power.domain.interactor.PowerInteractor.Companion.setAwakeForTest
62 private lateinit var powerInteractor: PowerInteractor

1234