Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationClicker.java25 import com.android.systemui.power.domain.interactor.PowerInteractor;
42 private final PowerInteractor mPowerInteractor;
56 PowerInteractor powerInteractor, in NotificationClicker()
131 private final PowerInteractor mPowerInteractor;
134 public Builder(NotificationClickerLogger logger, PowerInteractor powerInteractor) { in Builder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
H A DNotificationShelfInteractor.kt23 import com.android.systemui.power.domain.interactor.PowerInteractor
37 private val powerInteractor: PowerInteractor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DLockscreenHostedDreamGestureListener.kt28 import com.android.systemui.power.domain.interactor.PowerInteractor
43 private val powerInteractor: PowerInteractor,
H A DPulsingGestureListener.kt33 import com.android.systemui.power.domain.interactor.PowerInteractor
53 private val powerInteractor: PowerInteractor,
H A DNotificationShadeWindowViewController.java56 import com.android.systemui.power.domain.interactor.PowerInteractor;
123 private final PowerInteractor mPowerInteractor;
157 PowerInteractor powerInteractor, in NotificationShadeWindowViewController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java38 import com.android.systemui.power.domain.interactor.PowerInteractor;
70 @Mock private PowerInteractor mPowerInteractor;
142 PowerInteractor powerInteractor, in TestableNotificationRemoteInputManager()
H A DLockscreenShadeTransitionControllerTest.kt21 import com.android.systemui.power.domain.interactor.PowerInteractor
113 private val powerInteractor = PowerInteractor(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
H A DNotificationShelfInteractorTest.kt31 import com.android.systemui.power.domain.interactor.PowerInteractor
59 PowerInteractor(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DOccludingAppDeviceEntryInteractor.kt31 import com.android.systemui.power.domain.interactor.PowerInteractor
62 powerInteractor: PowerInteractor,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
H A DNotificationShelfViewModelTest.kt33 import com.android.systemui.power.domain.interactor.PowerInteractor
70 PowerInteractor(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java38 import com.android.systemui.power.domain.interactor.PowerInteractor;
85 private final PowerInteractor mPowerInteractor;
111 PowerInteractor powerInteractor, in StatusBarNotificationPresenter()
H A DStatusBarNotificationActivityStarter.java60 import com.android.systemui.power.domain.interactor.PowerInteractor;
131 private final PowerInteractor mPowerInteractor;
169 PowerInteractor powerInteractor, in StatusBarNotificationActivityStarter()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DLockscreenHostedDreamGestureListenerTest.kt30 import com.android.systemui.power.domain.interactor.PowerInteractor
77 PowerInteractor(
H A DPulsingGestureListenerTest.kt36 import com.android.systemui.power.domain.interactor.PowerInteractor
94 PowerInteractor(
H A DNotificationShadeWindowViewTest.kt46 import com.android.systemui.power.domain.interactor.PowerInteractor
93 @Mock private lateinit var powerInteractor: PowerInteractor
H A DNotificationShadeWindowViewControllerTest.kt48 import com.android.systemui.power.domain.interactor.PowerInteractor
94 @Mock private lateinit var powerInteractor: PowerInteractor
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/domain/interactor/
H A DPowerInteractorTest.kt49 private lateinit var underTest: PowerInteractor
65 PowerInteractor(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/
H A DPowerInteractor.kt32 class PowerInteractor regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenterTest.java39 import com.android.systemui.power.domain.interactor.PowerInteractor;
120 mock(PowerInteractor.class), in setup()
H A DStatusBarNotificationActivityStarterTest.java75 import com.android.systemui.power.domain.interactor.PowerInteractor;
164 private PowerInteractor mPowerInteractor;
215 mPowerInteractor = new PowerInteractor( in setUp()
H A DCentralSurfacesImplTest.java126 import com.android.systemui.power.domain.interactor.PowerInteractor;
264 @Mock private PowerInteractor mPowerInteractor;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DOccludingAppDeviceEntryInteractorTest.kt48 import com.android.systemui.power.domain.interactor.PowerInteractor
152 PowerInteractor(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DCentralSurfacesDependenciesModule.java43 import com.android.systemui.power.domain.interactor.PowerInteractor;
111 PowerInteractor powerInteractor, in provideNotificationRemoteInputManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java54 import com.android.systemui.power.domain.interactor.PowerInteractor;
94 private final PowerInteractor mPowerInteractor;
257 PowerInteractor powerInteractor, in NotificationRemoteInputManager()
H A DLockscreenShadeTransitionController.kt32 import com.android.systemui.power.domain.interactor.PowerInteractor
81 private val powerInteractor: PowerInteractor,

12