Searched refs:bgApplicationScope (Results 1 – 2 of 2) sorted by relevance
103 @Background bgApplicationScope: CoroutineScope,144 .shareIn(bgApplicationScope, started = SharingStarted.WhileSubscribed(), replay = 1)159 bgApplicationScope,246 bgApplicationScope,
41 fun bgApplicationScope( in bgApplicationScope() method in com.android.systemui.util.kotlin.SysUICoroutinesModule