/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/ |
H A D | Collections.kt | 21 import kotlinx.coroutines.coroutineScope 28 coroutineScope { 40 coroutineScope {
|
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/worker/ |
H A D | RetryRequestWorker.kt | 26 import kotlinx.coroutines.coroutineScope 41 override suspend fun doWork() = coroutineScope { 43 return@coroutineScope Result.success()
|
H A D | SingleV2RequestWorker.kt | 25 import kotlinx.coroutines.coroutineScope 53 override suspend fun doWork() = coroutineScope { 55 return@coroutineScope Result.success()
|
H A D | SingleV1RequestWorker.kt | 26 import kotlinx.coroutines.coroutineScope 55 override suspend fun doWork() = coroutineScope { 57 return@coroutineScope Result.success()
|
H A D | CollectV1Worker.kt | 26 import kotlinx.coroutines.coroutineScope 51 override suspend fun doWork() = coroutineScope { 65 return@coroutineScope Result.success()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | MuteQuickAffordanceCoreStartable.kt | 47 @Application private val coroutineScope: CoroutineScope, 70 .launchIn(coroutineScope) 74 coroutineScope.launch(backgroundDispatcher) {
|
H A D | MuteQuickAffordanceConfig.kt | 59 @Application private val coroutineScope: CoroutineScope, 106 coroutineScope.launch(backgroundDispatcher) {
|
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/ |
H A D | AppListRepository.kt | 29 import kotlinx.coroutines.coroutineScope 76 ): List<ApplicationInfo> = coroutineScope { 107 coroutineScope { 146 override suspend fun loadAndFilterApps(userId: Int, isSystemApp: Boolean) = coroutineScope { 174 return coroutineScope {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
H A D | Suspend.kt | 20 import kotlinx.coroutines.coroutineScope 27 suspend fun <R> race(vararg blocks: suspend () -> R): R = coroutineScope {
|
H A D | Flow.kt | 25 import kotlinx.coroutines.coroutineScope 153 coroutineScope { 235 coroutineScope {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/binder/ |
H A D | InternetTileBinder.kt | 20 import androidx.lifecycle.coroutineScope 36 lifecycle.coroutineScope.launch {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | SystemStatusAnimationSchedulerImpl.kt | 71 @Application private val coroutineScope: CoroutineScope, 108 coroutineScope.launch { 125 coroutineScope.launch { 224 coroutineScope.launch { 255 coroutineScope.launch {
|
H A D | StatusBarEventsModule.kt | 55 @Application coroutineScope: CoroutineScope, 66 coroutineScope,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
H A D | CollapsedStatusBarViewModel.kt | 58 @Application coroutineScope: CoroutineScope, 66 .stateIn(coroutineScope, SharingStarted.WhileSubscribed(), initialValue = false)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/ |
H A D | TableLogBufferFactory.kt | 38 @Application private val coroutineScope: CoroutineScope, 62 coroutineScope,
|
H A D | TableLogBuffer.kt | 86 private val coroutineScope: CoroutineScope, 124 coroutineScope.launch(bgDispatcher) {
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/ |
H A D | SettingsPager.kt | 43 val coroutineScope = rememberCoroutineScope() regex 59 coroutineScope.launch {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | KeyguardCoordinator.kt | 55 import kotlinx.coroutines.coroutineScope 155 ) = coroutineScope { 180 ) = coroutineScope { 208 suspend fun trackNewUnseenNotifs(): Nothing = coroutineScope { 233 coroutineScope {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/ |
H A D | PromptViewModel.kt | 38 import kotlinx.coroutines.coroutineScope 279 ) = coroutineScope { 281 return@coroutineScope 289 return@coroutineScope 369 ) = coroutineScope { 371 return@coroutineScope
|
/aosp14/frameworks/base/libs/dream/lowlight/src/com/android/dream/lowlight/ |
H A D | LowLightDreamManager.kt | 43 @Application private val coroutineScope: CoroutineScope, 99 mTransitionJob = coroutineScope.launch {
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
H A D | PinInputDisplay.kt | 62 import kotlinx.coroutines.coroutineScope 289 suspend fun playClearAllAnimation() = coroutineScope { 341 suspend fun animateAppearance() = coroutineScope { 351 suspend fun animateRemoval() = coroutineScope { 359 suspend fun animateClearAllCollapse() = coroutineScope {
|
H A D | PatternBouncer.kt | 53 import kotlinx.coroutines.coroutineScope 324 coroutineScope {
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataRepository.kt | 49 private val coroutineScope = CoroutineScope(Dispatchers.IO + SupervisorJob()) regex 176 job = coroutineScope.launch { 197 ) = coroutineScope.launch {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/ |
H A D | AutoAddInteractor.kt | 34 import kotlinx.coroutines.coroutineScope 69 coroutineScope {
|
/aosp14/frameworks/base/libs/dream/lowlight/tests/src/com.android.dream.lowlight/ |
H A D | LowLightDreamManagerTest.kt | 72 coroutineScope = testScope, 121 coroutineScope = testScope,
|