Searched refs:asyncRunnerScope (Results 1 – 1 of 1) sorted by relevance
27 private val asyncRunnerScope = CoroutineScope(Dispatchers.IO) constant in com.android.settingslib.spa.framework.common.EntrySliceData38 asyncRunnerJob = asyncRunnerScope.launch { asyncRunner() } in onActive()56 asyncActionJob = asyncRunnerScope.launch { asyncAction() } in doAction()