/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationClicker.java | 25 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 D | NotificationShelfInteractor.kt | 23 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 D | LockscreenHostedDreamGestureListener.kt | 28 import com.android.systemui.power.domain.interactor.PowerInteractor 43 private val powerInteractor: PowerInteractor,
|
H A D | PulsingGestureListener.kt | 33 import com.android.systemui.power.domain.interactor.PowerInteractor 53 private val powerInteractor: PowerInteractor,
|
H A D | NotificationShadeWindowViewController.java | 56 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 D | NotificationRemoteInputManagerTest.java | 38 import com.android.systemui.power.domain.interactor.PowerInteractor; 70 @Mock private PowerInteractor mPowerInteractor; 142 PowerInteractor powerInteractor, in TestableNotificationRemoteInputManager()
|
H A D | LockscreenShadeTransitionControllerTest.kt | 21 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 D | NotificationShelfInteractorTest.kt | 31 import com.android.systemui.power.domain.interactor.PowerInteractor 59 PowerInteractor(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | OccludingAppDeviceEntryInteractor.kt | 31 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 D | NotificationShelfViewModelTest.kt | 33 import com.android.systemui.power.domain.interactor.PowerInteractor 70 PowerInteractor(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationPresenter.java | 38 import com.android.systemui.power.domain.interactor.PowerInteractor; 85 private final PowerInteractor mPowerInteractor; 111 PowerInteractor powerInteractor, in StatusBarNotificationPresenter()
|
H A D | StatusBarNotificationActivityStarter.java | 60 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 D | LockscreenHostedDreamGestureListenerTest.kt | 30 import com.android.systemui.power.domain.interactor.PowerInteractor 77 PowerInteractor(
|
H A D | PulsingGestureListenerTest.kt | 36 import com.android.systemui.power.domain.interactor.PowerInteractor 94 PowerInteractor(
|
H A D | NotificationShadeWindowViewTest.kt | 46 import com.android.systemui.power.domain.interactor.PowerInteractor 93 @Mock private lateinit var powerInteractor: PowerInteractor
|
H A D | NotificationShadeWindowViewControllerTest.kt | 48 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 D | PowerInteractorTest.kt | 49 private lateinit var underTest: PowerInteractor 65 PowerInteractor(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/ |
H A D | PowerInteractor.kt | 32 class PowerInteractor regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationPresenterTest.java | 39 import com.android.systemui.power.domain.interactor.PowerInteractor; 120 mock(PowerInteractor.class), in setup()
|
H A D | StatusBarNotificationActivityStarterTest.java | 75 import com.android.systemui.power.domain.interactor.PowerInteractor; 164 private PowerInteractor mPowerInteractor; 215 mPowerInteractor = new PowerInteractor( in setUp()
|
H A D | CentralSurfacesImplTest.java | 126 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 D | OccludingAppDeviceEntryInteractorTest.kt | 48 import com.android.systemui.power.domain.interactor.PowerInteractor 152 PowerInteractor(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | CentralSurfacesDependenciesModule.java | 43 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 D | NotificationRemoteInputManager.java | 54 import com.android.systemui.power.domain.interactor.PowerInteractor; 94 private final PowerInteractor mPowerInteractor; 257 PowerInteractor powerInteractor, in NotificationRemoteInputManager()
|
H A D | LockscreenShadeTransitionController.kt | 32 import com.android.systemui.power.domain.interactor.PowerInteractor 81 private val powerInteractor: PowerInteractor,
|