/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardTransitionScenariosTest.kt | 188 coroutineContext.cancelChildren() in lockscreenToPrimaryBouncerViaBouncerShowingCall() 213 coroutineContext.cancelChildren() in occludedToDozing() 238 coroutineContext.cancelChildren() in occludedToAod() 267 coroutineContext.cancelChildren() in lockscreenToDreaming() 297 coroutineContext.cancelChildren() in lockscreenToDreamingLockscreenHosted() 322 coroutineContext.cancelChildren() in lockscreenToDozing() 347 coroutineContext.cancelChildren() in lockscreenToAod() 378 coroutineContext.cancelChildren() in dreamingLockscreenHostedToLockscreen() 405 coroutineContext.cancelChildren() in dreamingLockscreenHostedToGone() 434 coroutineContext.cancelChildren() in dreamingLockscreenHostedToPrimaryBouncer() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImplWithCoroutinesTest.kt | 41 coroutineContext.cancelChildren() in isExpansionEnabled_dozing_false() 52 coroutineContext.cancelChildren() in isExpansionEnabled_notDozing_true() 67 coroutineContext.cancelChildren() in isExpansionEnabled_qsDisabled_false() 82 coroutineContext.cancelChildren() in isExpansionEnabled_shadeDisabled_false() 94 coroutineContext.cancelChildren() in isExpansionEnabled_qsAndShadeEnabled_true()
|
D | NotificationPanelViewControllerWithCoroutinesTest.kt | 124 coroutineContext.cancelChildren() in <lambda>() 143 coroutineContext.cancelChildren() in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardStatusViewControllerWithCoroutinesTest.kt | 39 mController.startCoroutines(coroutineContext) in <lambda>() 48 coroutineContext.cancelChildren() in <lambda>() 53 mController.startCoroutines(coroutineContext) in <lambda>() 67 coroutineContext.cancelChildren() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dagger/ |
D | AudioModule.kt | 59 @Background coroutineContext: CoroutineContext, 66 coroutineContext, 74 @Background coroutineContext: CoroutineContext, 76 AudioSharingRepositoryImpl(localBluetoothManager, coroutineContext)
|
D | CaptioningModule.kt | 40 @Background coroutineContext: CoroutineContext, 43 CaptioningRepositoryImpl(captioningManager, coroutineContext, coroutineScope)
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | MuteQuickAffordanceCoreStartableTest.kt | 108 coroutineContext.cancelChildren() in <lambda>() 126 coroutineContext.cancelChildren() in <lambda>() 151 coroutineContext.cancelChildren() in <lambda>() 166 coroutineContext.cancelChildren() in <lambda>() 185 coroutineContext.cancelChildren() in <lambda>() 204 coroutineContext.cancelChildren() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/location/domain/interactor/ |
D | LocationTileUserActionInteractor.kt | 41 @Background private val coroutineContext: CoroutineContext, constant in com.android.systemui.qs.tiles.impl.location.domain.interactor.LocationTileUserActionInteractor 55 CoroutineScope(applicationScope.coroutineContext).launch { in handleInput() 60 withContext(coroutineContext) { in handleInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/lifecycle/ |
D | RepeatWhenAttached.kt | 64 coroutineContext: CoroutineContext = EmptyCoroutineContext, in <lambda>() 73 val lifecycleCoroutineContext = MAIN_DISPATCHER_SINGLETON + coroutineContext in <lambda>() 124 coroutineContext: CoroutineContext, in createLifecycleOwnerAndRun() 129 lifecycleScope.launch(nameForTrace, coroutineContext) { block(view) } in createLifecycleOwnerAndRun()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/ |
D | GeneralKosmos.kt | 14 testScope.backgroundScope.coroutineContext in <lambda>() 16 var Kosmos.mainCoroutineContext: CoroutineContext by Fixture { testScope.coroutineContext } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | SysUICoroutinesModule.kt | 43 @Background coroutineContext: CoroutineContext, in bgApplicationScope() 44 ): CoroutineScope = applicationScope.plus(coroutineContext) in bgApplicationScope()
|
D | JavaAdapter.kt | 72 coroutineContext: CoroutineContext = EmptyCoroutineContext, in collectFlow() 75 view.repeatWhenAttached(coroutineContext) { in collectFlow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | UnfoldTraceLogger.kt | 44 @Background private val coroutineContext: CoroutineContext, in <lambda>() constant 53 private val bgScope = applicationScope.plus(coroutineContext) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/ |
D | FontScalingTileUserActionInteractor.kt | 43 @Main private val coroutineContext: CoroutineContext, constant in com.android.systemui.qs.tiles.impl.fontscaling.domain.interactor.FontScalingTileUserActionInteractor 76 withContext(coroutineContext) { in handleInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/saver/domain/interactor/ |
D | DataSaverTileUserActionInteractor.kt | 46 @Main private val coroutineContext: CoroutineContext, in <lambda>() constant in com.android.systemui.qs.tiles.impl.saver.domain.interactor.DataSaverTileUserActionInteractor 77 withContext(coroutineContext) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/viewmodel/ |
D | QSTileCoroutineScopeFactory.kt | 30 CoroutineScope(applicationScope.coroutineContext + SupervisorJob())
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/airplane/data/repository/ |
D | AirplaneModeRepositoryImplTest.kt | 74 scope.backgroundScope.coroutineContext, in setUp() 90 scope.backgroundScope.coroutineContext, in isAirplaneMode_initiallyGetsSettingsValue()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/ |
D | MobileIconsViewModel.kt | 132 CoroutineScope(coroutineContext + Job(coroutineContext[Job])) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | CoroutineTestScopeModule.kt | 44 ) : this(scope, scope.coroutineContext[ContinuationInterceptor] as TestDispatcher)
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ |
D | IconManagerTest.kt | 80 private val mainContext = testScope.coroutineContext 81 private val bgContext = testScope.backgroundScope.coroutineContext
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/ |
D | InternetTileUserActionInteractorTest.kt | 63 kosmos.testScope.coroutineContext, in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/ |
D | RepeatWhenAttachedTest.kt | 300 coroutineContext = coroutineContext, in CoroutineScope()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
D | NotificationsModule.java | 286 @Background CoroutineContext coroutineContext) { in provideNotificationsSoundPolicyRepository() argument 288 coroutineScope, coroutineContext); in provideNotificationsSoundPolicyRepository()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/ |
D | MediaProjectionAppSelectorComponent.kt | 134 CoroutineScope(applicationScope.coroutineContext + SupervisorJob()) in provideMediaProjectionAppSelectorActivity()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/ |
D | FontScalingUserActionInteractorTest.kt | 87 kosmos.testScope.coroutineContext, in setup()
|