Home
last modified time | relevance | path

Searched defs:innerJob (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
H A DRepeatWhenAttachedTest.kt139 var innerJob: Job? = null in repeatWhenAttachedToWindow_viewAlreadyAttached_immediatelyRunsBlock() variable
152 var innerJob: Job? = null in repeatWhenAttachedToWindow_viewStartsDetached_runsBlockWhenAttached() variable
171 var innerJob: Job? = null in repeatWhenAttachedToWindow_viewGetsDetached_cancelsBlock() variable
217 var innerJob: Job? = null in repeatWhenWindowIsVisible_startsAlreadyVisible_immediatelyRunsBlock() variable
232 var innerJob: Job? = null in repeatWhenWindowIsVisible_startsInvisible_runsBlockWhenVisible() variable
254 var innerJob: Job? = null in repeatWhenWindowIsVisible_becomesInvisible_cancelsBlock() variable
304 var innerJob: Job? = null in repeatWhenWindowHasFocus_startsWithFocus_immediatelyRunsBlock() variable
320 var innerJob: Job? = null in repeatWhenWindowHasFocus_startsWithoutFocus_runsBlockWhenFocused() variable
344 var innerJob: Job? = null in repeatWhenWindowHasFocus_losesFocus_cancelsBlock() variable
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
H A DCoroutineDispatcherTest.kt58 val innerJob = async { in <lambda>() constant
100 val innerJob = launch(dispatcher) { in <lambda>() constant
H A DBlockingCoroutineDispatcherTest.kt132 val innerJob = launch(bd) { in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
H A Dexample-exceptions-06.kt13 val innerJob = launch { // all this stack of coroutines will get cancelled in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/
H A DFrpBuildScope.kt640 var innerJob: Job? = null in <lambda>() variable
656 var innerJob = effect { block(sample()) } in <lambda>() variable
675 var innerJob: Job = launchScope { block(sample()) } in <lambda>() variable