Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DTakeScreenshotExecutor.kt239 private val idsWithErrors = mutableSetOf<Int>() in handleScreenshot() constant
253 idsWithErrors += id in handleScreenshot()
274 if (idsWithErrors.isEmpty()) { in handleScreenshot()