Home
last modified time | relevance | path

Searched refs:connectedDisplayInteractor (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DSystemEventCoordinatorTest.kt51 private val connectedDisplayInteractor = FakeConnectedDisplayInteractor() constant in com.android.systemui.statusbar.events.SystemEventCoordinatorTest
68 connectedDisplayInteractor in setup()
78 connectedDisplayInteractor.emit() in startObserving_propagatesConnectedDisplayStatusEvents()
79 connectedDisplayInteractor.emit() in startObserving_propagatesConnectedDisplayStatusEvents()
89 connectedDisplayInteractor.emit() in stopObserving_doesNotPropagateConnectedDisplayStatusEvents()
95 connectedDisplayInteractor.emit() in stopObserving_doesNotPropagateConnectedDisplayStatusEvents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/display/ui/viewmodel/
DConnectingDisplayViewModel.kt53 private val connectedDisplayInteractor: ConnectedDisplayInteractor, in <lambda>() constant in com.android.systemui.display.ui.viewmodel.ConnectingDisplayViewModel
64 val pendingDisplayFlow = connectedDisplayInteractor.pendingDisplay in <lambda>()
67 connectedDisplayInteractor.concurrentDisplaysInProgress in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventCoordinator.kt52 connectedDisplayInteractor: ConnectedDisplayInteractor
55 connectedDisplayInteractor.connectedDisplayAddition
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java193 ConnectedDisplayInteractor connectedDisplayInteractor, in PhoneStatusBarPolicy() argument
198 mConnectedDisplayInteractor = connectedDisplayInteractor; in PhoneStatusBarPolicy()