Home
last modified time | relevance | path

Searched defs:coroutineContext (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
H A DAbstractCoroutineTest.kt12 val coroutineContext = coroutineContext // workaround for KT-22984 in <lambda>() constant
52 val coroutineContext = coroutineContext // workaround for KT-22984 in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/android-unit-tests/src/
H A DEmptyCoroutineScopeImpl.kt8 override val coroutineContext: CoroutineContext constant in kotlinx.coroutines.android.EmptyCoroutineScopeImpl1
13 override val coroutineContext: CoroutineContext constant in kotlinx.coroutines.android.EmptyCoroutineScopeImpl2
18 override val coroutineContext: CoroutineContext constant in kotlinx.coroutines.android.EmptyCoroutineScopeImpl3
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/dagger/
DAudioModule.java53 kotlin.coroutines.CoroutineContext coroutineContext) { in provideAudioManagerIntentsReceiver()
65kotlin.coroutines.CoroutineContext coroutineContext, @com.android.systemui.dagger.qualifiers.Appli… in provideAudioRepository()
81 kotlin.coroutines.CoroutineContext coroutineContext, @org.jetbrains.annotations.NotNull() in provideAudioSharingRepository()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/unfold/
DUnfoldTraceLogger.java28 private final kotlin.coroutines.CoroutineContext coroutineContext = null; field in UnfoldTraceLogger
44 kotlin.coroutines.CoroutineContext coroutineContext, @org.jetbrains.annotations.NotNull() in UnfoldTraceLogger()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/tiles/impl/location/domain/interactor/
DLocationTileUserActionInteractor.java24 private final kotlin.coroutines.CoroutineContext coroutineContext = null; field in LocationTileUserActionInteractor
37 public LocationTileUserActionInteractor(@com.android.systemui.dagger.qualifiers.Background() in LocationTileUserActionInteractor()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/
DFontScalingTileUserActionInteractor.java28 private final kotlin.coroutines.CoroutineContext coroutineContext = null; field in FontScalingTileUserActionInteractor
45 public FontScalingTileUserActionInteractor(@com.android.systemui.dagger.qualifiers.Main() in FontScalingTileUserActionInteractor()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
H A DCoroutineScope.kt83 public val coroutineContext: CoroutineContext in <lambda>() constant
217 override val coroutineContext: CoroutineContext in plus() constant
H A DAbstractCoroutine.kt60 public override val coroutineContext: CoroutineContext get() = context constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/tiles/impl/saver/domain/interactor/
DDataSaverTileUserActionInteractor.java33 private final kotlin.coroutines.CoroutineContext coroutineContext = null; field in DataSaverTileUserActionInteractor
60kotlin.coroutines.CoroutineContext coroutineContext, @com.android.systemui.dagger.qualifiers.Backg… in DataSaverTileUserActionInteractor()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
H A DSuppressionTests.kt16 …val coroutineContext = kotlin.coroutines.coroutineContext + NonCancellable // workaround for KT-22… in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/lifecycle/
DRepeatWhenAttachedKt.java66 kotlin.coroutines.CoroutineContext coroutineContext, @org.jetbrains.annotations.NotNull() in repeatWhenAttached()
71 …createLifecycleOwnerAndRun(android.view.View view, kotlin.coroutines.CoroutineContext coroutineCon… in createLifecycleOwnerAndRun()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/kotlin/
DJavaAdapterKt.java32 kotlin.coroutines.CoroutineContext coroutineContext, @org.jetbrains.annotations.NotNull() in collectFlow()
133 kotlin.coroutines.CoroutineContext coroutineContext) { in collectFlow()
DSysUICoroutinesModule.java36 kotlin.coroutines.CoroutineContext coroutineContext) { in bgApplicationScope()
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-guava/1.2.0-alpha01/androidx.datastore_datastore-guava/android_common_apex33/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/datastore/ androidx/datastore/guava/ androidx/datastore ...
Dandroidx.datastore_datastore-guava.jarMETA-INF/ androidx/ androidx/datastore/ androidx/datastore/guava/ androidx/datastore ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-guava/1.2.0-alpha01/androidx.datastore_datastore-guava/android_common_apex30/aar/
Dandroidx.datastore_datastore-guava.jarMETA-INF/ androidx/ androidx/datastore/ androidx/datastore/guava/ androidx/datastore ...
Dclasses.jarMETA-INF/ androidx/ androidx/datastore/ androidx/datastore/guava/ androidx/datastore ...
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
H A DScopes.kt33 override val coroutineContext: CoroutineContext = context constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
H A DLint.kt91 public val FlowCollector<*>.coroutineContext: CoroutineContext in cancellable() constant
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
H A DParametrizedDispatcherBase.kt20 override lateinit var coroutineContext: CoroutineContext variable in benchmarks.ParametrizedDispatcherBase
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/location/domain/interactor/
H A DLocationTileUserActionInteractor.kt42 @Background private val coroutineContext: CoroutineContext, constant in com.android.systemui.qs.tiles.impl.location.domain.interactor.LocationTileUserActionInteractor
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DUnfoldTraceLogger.kt46 @Background private val coroutineContext: CoroutineContext, in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
H A DInvokeOnCloseStressTest.kt17 override val coroutineContext: CoroutineContext constant in kotlinx.coroutines.channels.InvokeOnCloseStressTest
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/
H A DFontScalingTileUserActionInteractor.kt43 @Main private val coroutineContext: CoroutineContext, constant in com.android.systemui.qs.tiles.impl.fontscaling.domain.interactor.FontScalingTileUserActionInteractor
/aosp_15_r20/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/test/examples/
H A DFxAsFlow.kt26 override val coroutineContext: CoroutineContext constant in examples.FxAsFlowApp

12345678910>>...16