Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DTakeScreenshotExecutor.kt87 private val notificationControllers = mutableMapOf<Int, ScreenshotNotificationsController>() in handleScreenshot() constant
205 return notificationControllers.computeIfAbsent(id) { in handleScreenshot()