/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationClicker.java | 25 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/ |
D | ScreenIdleCondition.kt | 19 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/ |
D | SmartspaceViewModel.kt | 19 import com.android.systemui.power.domain.interactor.PowerInteractor 29 powerInteractor: PowerInteractor,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | AlternateBouncerDependencies.kt | 21 import com.android.systemui.power.domain.interactor.PowerInteractor 39 val powerInteractor: PowerInteractor,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractor.kt | 37 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/ |
D | NotificationStackInteractor.kt | 22 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>() 35 powerInteractor: PowerInteractor, in <lambda>()
|
D | HideNotificationsInteractor.kt | 23 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/ |
D | PowerInteractorFactory.kt | 40 PowerInteractor( in create() 54 val powerInteractor: PowerInteractor,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/ |
D | NotificationShelfInteractor.kt | 23 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/ |
D | LockscreenHostedDreamGestureListener.kt | 28 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/ |
D | KeyguardInteractorFactory.kt | 28 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/ |
D | ScreenIdleConditionTest.kt | 21 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/ |
D | KeyguardOcclusionInteractorTest.kt | 53 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
|
D | FromDozingTransitionInteractorTest.kt | 53 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/ |
D | NotificationRemoteInputManagerTest.java | 37 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/ |
D | LightRevealScrimInteractor.kt | 24 import com.android.systemui.power.domain.interactor.PowerInteractor 43 private val powerInteractor: Lazy<PowerInteractor>,
|
D | KeyguardOcclusionInteractor.kt | 25 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>() 54 private val powerInteractor: PowerInteractor, in <lambda>()
|
D | KeyguardKeyEventInteractor.kt | 27 import com.android.systemui.power.domain.interactor.PowerInteractor 46 private val powerInteractor: PowerInteractor,
|
D | KeyguardDismissInteractor.kt | 26 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/ |
D | StatusBarKeyguardViewManagerInteractor.kt | 25 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>() 52 powerInteractor: PowerInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ |
D | CommunalDreamStartable.kt | 33 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/ |
D | DeviceUnlockedInteractor.kt | 27 import com.android.systemui.power.domain.interactor.PowerInteractor in <lambda>() 51 private val powerInteractor: PowerInteractor, in <lambda>()
|
D | DeviceEntryHapticsInteractor.kt | 24 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/ |
D | SmartspaceViewModelTest.kt | 24 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/ |
D | KeyguardKeyEventInteractorTest.kt | 28 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
|