Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/display/data/repository/
DDisplayRepository.kt103 @Background bgApplicationScope: CoroutineScope,
144 .shareIn(bgApplicationScope, started = SharingStarted.WhileSubscribed(), replay = 1)
159 bgApplicationScope,
246 bgApplicationScope,
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DSysUICoroutinesModule.kt41 fun bgApplicationScope( in bgApplicationScope() method in com.android.systemui.util.kotlin.SysUICoroutinesModule