/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractorFactory.kt | 31 screenOffAnimationController: ScreenOffAnimationController = mock(), in create() 37 screenOffAnimationController = screenOffAnimationController, in create() 43 screenOffAnimationController, in create() 53 val screenOffAnimationController: ScreenOffAnimationController, constant in com.android.systemui.power.domain.interactor.PowerInteractorFactory.WithDependencies
|
D | PowerInteractorKosmos.kt | 24 import com.android.systemui.statusbar.phone.screenOffAnimationController 31 screenOffAnimationController = screenOffAnimationController, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/ |
D | NotificationShelfInteractorTest.kt | 30 import com.android.systemui.statusbar.phone.screenOffAnimationController 50 screenOffAnimationController = mock() in <lambda>() 52 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardRootViewModelKosmos.kt | 33 import com.android.systemui.statusbar.phone.screenOffAnimationController 94 screenOffAnimationController = screenOffAnimationController, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractorTest.kt | 63 @Mock private lateinit var screenOffAnimationController: ScreenOffAnimationController variable in com.android.systemui.power.domain.interactor.PowerInteractorTest 74 screenOffAnimationController, in setUp() 105 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in wakeUpIfDozing_notDozing_notWoken() 115 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(false) in wakeUpIfDozing_notAllowed_notWoken() 127 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in wakeUpIfDozing_dozingAndAllowed_wokenAndFalsingNotified()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/ |
D | NotificationShelfViewModelTest.kt | 36 import com.android.systemui.statusbar.phone.screenOffAnimationController 56 screenOffAnimationController = mock() in <lambda>() 58 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ |
D | PulsingGestureListenerTest.kt | 75 private lateinit var screenOffAnimationController: ScreenOffAnimationController variable in com.android.systemui.shade.PulsingGestureListenerTest 93 screenOffAnimationController = screenOffAnimationController, in setUp() 104 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in setUp()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/ |
D | ScreenOffAnimationControllerKosmos.kt | 22 var Kosmos.screenOffAnimationController by Kosmos.Fixture { mock<ScreenOffAnimationController>() } in <lambda>() variable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractor.kt | 51 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>() constant in com.android.systemui.power.domain.interactor.PowerInteractor 106 statusBarStateController.isDozing && screenOffAnimationController.allowWakeUpIfDozing() in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardRootViewModelTest.kt | 60 import com.android.systemui.statusbar.phone.screenOffAnimationController 89 private val screenOffAnimationController by lazy { kosmos.screenOffAnimationController } in <lambda>() constant 169 whenever(screenOffAnimationController.shouldShowAodIconsWhenShade()).thenReturn(false) in iconContainer_isNotVisible_notOnKeyguard_dontShowAodIconsWhenShade() 186 whenever(screenOffAnimationController.shouldShowAodIconsWhenShade()).thenReturn(false) in iconContainer_isNotVisible_onKeyguard_dontShowWhenGoneToAodTransitionRunning()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinator.kt | 61 private val screenOffAnimationController: ScreenOffAnimationController, constant 483 screenOffAnimationController.overrideNotificationsFullyDozingOnKeyguard() in maybeClearHardDozeAmountOverrideHidingNotifs() 514 if (screenOffAnimationController.overrideNotificationsFullyDozingOnKeyguard()) { in overrideDozeAmountIfAnimatingScreenOff()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinatorTest.kt | 82 private val screenOffAnimationController: ScreenOffAnimationController = mock() constant 135 screenOffAnimationController, in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediatorTestKt.kt | 73 import com.android.systemui.statusbar.phone.screenOffAnimationController 138 screenOffAnimationController, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
D | KeyguardModule.java | 158 ScreenOffAnimationController screenOffAnimationController, in newKeyguardViewMediator() argument 211 screenOffAnimationController, in newKeyguardViewMediator()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/ |
D | DeviceEntryHapticsInteractorTest.kt | 56 import com.android.systemui.statusbar.phone.screenOffAnimationController 86 whenever(kosmos.screenOffAnimationController.isKeyguardShowDelayed()).thenReturn(false) in setup()
|
D | DeviceEntrySourceInteractorTest.kt | 51 import com.android.systemui.statusbar.phone.screenOffAnimationController 79 whenever(kosmos.screenOffAnimationController.isKeyguardShowDelayed()).thenReturn(false) in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DozeParameters.java | 132 ScreenOffAnimationController screenOffAnimationController, in DozeParameters() argument 151 mScreenOffAnimationController = screenOffAnimationController; in DozeParameters()
|
D | BiometricUnlockController.java | 293 ScreenOffAnimationController screenOffAnimationController, in BiometricUnlockController() argument 323 mScreenOffAnimationController = screenOffAnimationController; in BiometricUnlockController()
|
D | ScrimController.java | 361 ScreenOffAnimationController screenOffAnimationController, in ScrimController() argument 386 mScreenOffAnimationController = screenOffAnimationController; in ScrimController()
|
D | CentralSurfacesImpl.java | 693 ScreenOffAnimationController screenOffAnimationController, in CentralSurfacesImpl() 825 mScreenOffAnimationController = screenOffAnimationController; in CentralSurfacesImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewConfigurator.kt | 72 private val screenOffAnimationController: ScreenOffAnimationController, constant in com.android.systemui.keyguard.KeyguardViewConfigurator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardRootViewModel.kt | 141 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>() constant 373 (isOnGone && !screenOffAnimationController.shouldShowAodIconsWhenShade()) -> in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/ |
D | HideNotificationsInteractorTest.kt | 66 screenOffAnimationController = mock(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardQsUserSwitchController.java | 124 ScreenOffAnimationController screenOffAnimationController, in KeyguardQsUserSwitchController() argument
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | TestMocksModule.kt | 125 @get:Provides val screenOffAnimationController: ScreenOffAnimationController = mock(), constant
|