/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractorFactory.kt | 22 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 31 screenOffAnimationController: ScreenOffAnimationController = mock(), in create() 53 val screenOffAnimationController: ScreenOffAnimationController,
|
/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>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewConfigurator.kt | 52 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 72 private val screenOffAnimationController: ScreenOffAnimationController,
|
D | KeyguardViewMediator.java | 174 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 364 private final ScreenOffAnimationController mScreenOffAnimationController; 1544 ScreenOffAnimationController screenOffAnimationController,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractor.kt | 34 import com.android.systemui.statusbar.phone.ScreenOffAnimationController in <lambda>() 51 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 51 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 144 @Inject Lazy<ScreenOffAnimationController> mScreenOffAnimationController; 188 mProviders.put(ScreenOffAnimationController.class, mScreenOffAnimationController::get); in start()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ |
D | PulsingGestureListenerTest.kt | 36 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 75 private lateinit var screenOffAnimationController: ScreenOffAnimationController
|
D | NotificationPanelViewControllerBaseTest.java | 150 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 206 @Mock protected ScreenOffAnimationController mScreenOffAnimationController;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardQsUserSwitchController.java | 48 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 124 ScreenOffAnimationController screenOffAnimationController, in KeyguardQsUserSwitchController()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractorTest.kt | 37 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 63 @Mock private lateinit var screenOffAnimationController: ScreenOffAnimationController
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | TestMocksModule.kt | 74 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 125 @get:Provides val screenOffAnimationController: ScreenOffAnimationController = mock(),
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinatorTest.kt | 46 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 82 private val screenOffAnimationController: ScreenOffAnimationController = mock()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
D | KeyguardModule.java | 82 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 158 ScreenOffAnimationController screenOffAnimationController, in newKeyguardViewMediator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScreenOffAnimationController.kt | 29 class ScreenOffAnimationController @Inject constructor( class
|
D | DozeParameters.java | 88 private final ScreenOffAnimationController mScreenOffAnimationController; 132 ScreenOffAnimationController screenOffAnimationController, in DozeParameters()
|
D | BiometricUnlockController.java | 272 private final ScreenOffAnimationController mScreenOffAnimationController; 293 ScreenOffAnimationController screenOffAnimationController, in BiometricUnlockController()
|
D | ScrimController.java | 244 private final ScreenOffAnimationController mScreenOffAnimationController; 361 ScreenOffAnimationController screenOffAnimationController, in ScrimController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinator.kt | 45 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 61 private val screenOffAnimationController: ScreenOffAnimationController,
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsControllerTest.java | 87 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 240 mock(ScreenOffAnimationController.class), in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardRootViewModel.kt | 49 import com.android.systemui.statusbar.phone.ScreenOffAnimationController in <lambda>() 141 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | DozeParametersTest.java | 85 @Mock private ScreenOffAnimationController mScreenOffAnimationController;
|
D | BiometricsUnlockControllerTest.java | 129 private ScreenOffAnimationController mScreenOffAnimationController;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 103 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 158 @Mock private ScreenOffAnimationController mScreenOffAnimationController; 207 ScreenOffAnimationController.class, mScreenOffAnimationController); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarterTest.java | 138 @Mock private ScreenOffAnimationController mScreenOffAnimationController;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediatorTest.java | 124 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 192 private @Mock ScreenOffAnimationController mScreenOffAnimationController;
|