Home
last modified time | relevance | path

Searched refs:coroutineContext (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardTransitionScenariosTest.kt188 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/
DQuickSettingsControllerImplWithCoroutinesTest.kt41 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()
DNotificationPanelViewControllerWithCoroutinesTest.kt124 coroutineContext.cancelChildren() in <lambda>()
143 coroutineContext.cancelChildren() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerWithCoroutinesTest.kt39 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/
DAudioModule.kt59 @Background coroutineContext: CoroutineContext,
66 coroutineContext,
74 @Background coroutineContext: CoroutineContext,
76 AudioSharingRepositoryImpl(localBluetoothManager, coroutineContext)
DCaptioningModule.kt40 @Background coroutineContext: CoroutineContext,
43 CaptioningRepositoryImpl(captioningManager, coroutineContext, coroutineScope)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
DMuteQuickAffordanceCoreStartableTest.kt108 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/
DLocationTileUserActionInteractor.kt41 @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/
DRepeatWhenAttached.kt64 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/
DGeneralKosmos.kt14 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/
DSysUICoroutinesModule.kt43 @Background coroutineContext: CoroutineContext, in bgApplicationScope()
44 ): CoroutineScope = applicationScope.plus(coroutineContext) in bgApplicationScope()
DJavaAdapter.kt72 coroutineContext: CoroutineContext = EmptyCoroutineContext, in collectFlow()
75 view.repeatWhenAttached(coroutineContext) { in collectFlow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DUnfoldTraceLogger.kt44 @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/
DFontScalingTileUserActionInteractor.kt43 @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/
DDataSaverTileUserActionInteractor.kt46 @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/
DQSTileCoroutineScopeFactory.kt30 CoroutineScope(applicationScope.coroutineContext + SupervisorJob())
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/airplane/data/repository/
DAirplaneModeRepositoryImplTest.kt74 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/
DMobileIconsViewModel.kt132 CoroutineScope(coroutineContext + Job(coroutineContext[Job])) in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DCoroutineTestScopeModule.kt44 ) : this(scope, scope.coroutineContext[ContinuationInterceptor] as TestDispatcher)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
DIconManagerTest.kt80 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/
DInternetTileUserActionInteractorTest.kt63 kosmos.testScope.coroutineContext, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
DRepeatWhenAttachedTest.kt300 coroutineContext = coroutineContext, in CoroutineScope()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java286 @Background CoroutineContext coroutineContext) { in provideNotificationsSoundPolicyRepository() argument
288 coroutineScope, coroutineContext); in provideNotificationsSoundPolicyRepository()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/
DMediaProjectionAppSelectorComponent.kt134 CoroutineScope(applicationScope.coroutineContext + SupervisorJob()) in provideMediaProjectionAppSelectorActivity()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/
DFontScalingUserActionInteractorTest.kt87 kosmos.testScope.coroutineContext, in setup()

12