Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DAvalancheController.kt62 private val debugRunnableLabelMap: MutableMap<Runnable, String> = HashMap() constant
101 debugRunnableLabelMap[runnable] = label in update()
289 if (it in debugRunnableLabelMap) { in showNow()
324 debugRunnableLabelMap.remove(r) in showNext()