Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/common/
DEntrySliceData.kt27 private val asyncRunnerScope = CoroutineScope(Dispatchers.IO) constant in com.android.settingslib.spa.framework.common.EntrySliceData
38 asyncRunnerJob = asyncRunnerScope.launch { asyncRunner() } in onActive()
56 asyncActionJob = asyncRunnerScope.launch { asyncAction() } in doAction()