Searched refs:notificationControllers (Results 1 – 1 of 1) sorted by relevance
87 private val notificationControllers = mutableMapOf<Int, ScreenshotNotificationsController>() in handleScreenshot() constant205 return notificationControllers.computeIfAbsent(id) { in handleScreenshot()