Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/display/domain/interactor/
DConnectedDisplayInteractor.kt130 repositoryPendingDisplay.toInteractorPendingDisplay() in repositoryPendingDisplay()
142 private fun DisplayRepository.PendingDisplay.toInteractorPendingDisplay(): PendingDisplay = in toInteractorPendingDisplay() method
144 override suspend fun enable() = this@toInteractorPendingDisplay.enable() in toInteractorPendingDisplay()
146 override suspend fun ignore() = this@toInteractorPendingDisplay.ignore() in toInteractorPendingDisplay()