Searched defs:bgContext (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ | ||
D | CarrierMergedConnectionRepository.kt | 61 private val bgContext: CoroutineContext, in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository |
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ | ||
D | ImageCaptureImpl.kt | 37 @Background private val bgContext: CoroutineDispatcher constant in com.android.systemui.screenshot.ImageCaptureImpl |
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ | ||
D | IconManagerTest.kt | 81 private val bgContext = testScope.backgroundScope.coroutineContext constant |