Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/echo/
DLogcatEchoTrackerDebug.kt66 private val sequentialBgDispatcher = backgroundDispatcher.limitedParallelism(1) constant
111 applicationScope.launch(sequentialBgDispatcher) { in setEchoLevel()
135 applicationScope.launch(sequentialBgDispatcher) { in clearAllOverrides()
145 applicationScope.launch(sequentialBgDispatcher) { in loadEchoOverrides()