/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
D | BrightnessDialog.java | 64 private final ShadeInteractor mShadeInteractor; field in BrightnessDialog 78 mShadeInteractor = shadeInteractor; in BrightnessDialog() 89 if (mShadeInteractor.isQsExpanded().getValue()) { in onCreate() 95 collectFlow(view, mShadeInteractor.isQsExpanded(), this::onShadeStateChange); in onCreate()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManagerPhoneTest.java | 84 @Mock private ShadeInteractor mShadeInteractor; field in HeadsUpManagerPhoneTest 144 mShadeInteractor, in createHeadsUpManagerPhone() 160 when(mShadeInteractor.isAnyExpanded()).thenReturn(StateFlowKt.MutableStateFlow(false)); in setUp()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsKeyguardViewLegacyControllerBaseTest.java | 75 protected @Mock ShadeInteractor mShadeInteractor; field in UdfpsKeyguardViewLegacyControllerBaseTest 157 mShadeInteractor, in createUdfpsKeyguardViewController()
|
D | UdfpsControllerTest.java | 219 private ShadeInteractor mShadeInteractor; field in UdfpsControllerTest 361 mShadeInteractor, in initUdfpsController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayContainerViewController.java | 85 private final ShadeInteractor mShadeInteractor; field in DreamOverlayContainerViewController 227 mShadeInteractor = shadeInteractor; in DreamOverlayContainerViewController() 279 mShadeInteractor.isAnyExpanded(), in onViewAttached()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/ |
D | DreamOverlayContainerViewControllerTest.java | 132 ShadeInteractor mShadeInteractor; field in DreamOverlayContainerViewControllerTest 152 when(mShadeInteractor.isAnyExpanded()).thenReturn(MutableStateFlow(false)); in setup() 175 mShadeInteractor, in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImplBaseTest.java | 167 protected ShadeInteractor mShadeInteractor; field in QuickSettingsControllerImplBaseTest 213 mShadeInteractor = new ShadeInteractorImpl( in setup() 306 mShadeInteractor, in setup()
|
D | NotificationPanelViewControllerBaseTest.java | 366 protected ShadeInteractor mShadeInteractor; field in NotificationPanelViewControllerBaseTest 433 mShadeInteractor = new ShadeInteractorImpl( in setup() 463 () -> mShadeInteractor, in setup() 620 () -> mShadeInteractor, in setup() 639 mShadeInteractor, in setup() 683 mNotificationsKeyguardInteractor, mShadeInteractor); in setup() 835 mShadeInteractor, in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
D | FalsingCollectorImplTest.java | 88 private ShadeInteractor mShadeInteractor; field in FalsingCollectorImplTest 116 when(mShadeInteractor.isQsExpanded()).thenReturn(StateFlowKt.MutableStateFlow(false)); in setUp() 125 () -> mShadeInteractor, mBatteryController, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 103 private final ShadeInteractor mShadeInteractor; field in NotificationRemoteInputManager 282 mShadeInteractor = shadeInteractor; in NotificationRemoteInputManager() 295 mJavaAdapter.alwaysCollectFlow(mShadeInteractor.isAnyExpanded(), in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsController.java | 173 @NonNull private final ShadeInteractor mShadeInteractor; field in UdfpsController 306 mShadeInteractor, in showUdfpsOverlay() 773 mShadeInteractor = shadeInteractor; in UdfpsController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediatorTest.java | 194 private @Mock ShadeInteractor mShadeInteractor; field in KeyguardViewMediatorTest 266 () -> mShadeInteractor, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 159 private final ShadeInteractor mShadeInteractor; field in QuickSettingsControllerImpl 383 mShadeInteractor = shadeInteractor; in QuickSettingsControllerImpl() 464 mShadeInteractor.isExpandToQsEnabled(), this::setExpansionEnabledPolicy); in init()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 341 private ShadeInteractor mShadeInteractor; field in BubblesTest 398 mShadeInteractor = mKosmos.getShadeInteractor(); in setUp() 416 () -> mShadeInteractor, in setUp()
|