Home
last modified time | relevance | path

Searched defs:collectLastValue (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/coroutines/
DFlowTest.kt17 fun collectLastValue() = runTest { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kairos/
DCollectLastValue.kt42 fun <T> TestScope.collectLastValue(state: State<T>, kairosNetwork: KairosNetwork): KairosValue<T?> { in collectLastValue() method
63 fun <T> TestScope.collectLastValue(flow: Events<T>, kairosNetwork: KairosNetwork): KairosValue<T?> { in collectLastValue() method
DKairosKosmos.kt49 fun <T> State<T>.collectLastValue(): KairosValue<T?> in collectLastValue() method
62 override fun <T> State<T>.collectLastValue(): KairosValue<T?> = in collectLastValue() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/coroutines/
DFlow.kt43 fun <T> TestScope.collectLastValue( in collectLastValue() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
DGeneralKosmos.kt79 fun <T> Kosmos.collectLastValue(flow: Flow<T>) = testScope.collectLastValue(flow) in runCurrent() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DSysUITestModule.kt160 fun <T> SysUITestComponent<*>.collectLastValue( method