Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/display/data/repository/
DDisplayRepository.kt196 private val ignoredDisplayIds: Flow<Set<Int>> = _ignoredDisplayIds.debugLog("ignoredDisplayIds") constant
280 combine(enabledDisplayIds, connectedExternalDisplayIds, ignoredDisplayIds) {
283 ignoredDisplayIds -> in enabledDisplaysIds() method
289 "ignored=$ignoredDisplayIds" in enabledDisplaysIds()
292 connectedExternalDisplayIds - enabledDisplaysIds - ignoredDisplayIds