/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationClicker.java | 56 PowerInteractor powerInteractor, in NotificationClicker() 137 public Builder(NotificationClickerLogger logger, PowerInteractor powerInteractor) { in Builder()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractorKosmos.kt | 25 val Kosmos.powerInteractor by constant
|
D | PowerInteractorFactory.kt | 54 val powerInteractor: PowerInteractor, constant in com.android.systemui.power.domain.interactor.PowerInteractorFactory.WithDependencies
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | FromOccludedTransitionInteractorTest.kt | 75 private val powerInteractor = kosmos.powerInteractor constant
|
D | FromDreamingTransitionInteractorTest.kt | 75 private val powerInteractor = kosmos.powerInteractor constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/ |
D | SmartspaceViewModelTest.kt | 43 private val powerInteractor = kosmos.powerInteractor constant in com.android.systemui.smartspace.SmartspaceViewModelTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/ |
D | NotificationShelfInteractorTest.kt | 57 private val powerInteractor = constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | AlternateBouncerDependencies.kt | 39 val powerInteractor: PowerInteractor, constant in com.android.systemui.keyguard.ui.viewmodel.AlternateBouncerDependencies
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | ResourceTrimmerTest.kt | 49 private val powerInteractor = kosmos.powerInteractor constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationLoggerViewModelTest.kt | 46 private val powerInteractor = kosmos.powerInteractor in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/ |
D | NotificationShelfInteractor.kt | 37 private val powerInteractor: PowerInteractor, in <lambda>() constant in com.android.systemui.statusbar.notification.shelf.domain.interactor.NotificationShelfInteractor
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | LockscreenHostedDreamGestureListener.kt | 43 private val powerInteractor: PowerInteractor, constant in com.android.systemui.shade.LockscreenHostedDreamGestureListener
|
D | PulsingGestureListener.kt | 53 private val powerInteractor: PowerInteractor, in <lambda>() constant in com.android.systemui.shade.PulsingGestureListener
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/ |
D | FoldLightRevealOverlayAnimationTest.kt | 59 private val powerInteractor = kosmos.powerInteractor constant in com.android.systemui.unfold.FoldLightRevealOverlayAnimationTest
|
D | DisplaySwitchLatencyTrackerTest.kt | 77 private val powerInteractor = mock<PowerInteractor>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManagerTest.java | 144 PowerInteractor powerInteractor, in TestableNotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/ |
D | DeviceUnlockedInteractor.kt | 51 private val powerInteractor: PowerInteractor, in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ |
D | CommunalDreamStartable.kt | 50 private val powerInteractor: PowerInteractor, in <lambda>() constant in com.android.systemui.communal.CommunalDreamStartable
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/flags/ |
D | ScreenIdleConditionTest.kt | 41 @Mock private lateinit var powerInteractor: PowerInteractor variable in com.android.systemui.flags.ScreenIdleConditionTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | LightRevealScrimInteractor.kt | 43 private val powerInteractor: Lazy<PowerInteractor>, constant in com.android.systemui.keyguard.domain.interactor.LightRevealScrimInteractor
|
D | KeyguardOcclusionInteractor.kt | 54 private val powerInteractor: PowerInteractor, in <lambda>() constant
|
D | KeyguardKeyEventInteractor.kt | 46 private val powerInteractor: PowerInteractor, constant in com.android.systemui.keyguard.domain.interactor.KeyguardKeyEventInteractor
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/ |
D | HideNotificationsInteractorTest.kt | 64 private val powerInteractor = constant in com.android.systemui.statusbar.notification.stack.domain.interactor.HideNotificationsInteractorTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
D | CentralSurfacesDependenciesModule.java | 147 Lazy<PowerInteractor> powerInteractor in provideCommandQueue()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardInteractorFactory.kt | 120 val powerInteractor: PowerInteractor, constant in com.android.systemui.keyguard.domain.interactor.KeyguardInteractorFactory.WithDependencies
|