Searched refs:FlowValue (Results 1 – 7 of 7) sorted by relevance
47 ): FlowValue<T?> { in collectLastValue()72 ): FlowValue<List<T>> { in collectValues()82 interface FlowValue<T> : ReadOnlyProperty<Any?, T> { interface86 private class FlowValueImpl<T>(private val block: () -> T) : FlowValue<T> { in invoke()
28 import com.android.systemui.coroutines.FlowValue in <lambda>()463 private fun TestScope.latestDisplayFlowValue(): FlowValue<Set<Display>?> { in <lambda>()470 private fun TestScope.latestDefaultDisplayOffFlowValue(): FlowValue<Boolean?> { in <lambda>()476 private fun TestScope.lastPendingDisplay(): FlowValue<DisplayRepository.PendingDisplay?> { in <lambda>()488 private fun TestScope.lastDisplayAdditionEvent(): FlowValue<Display?> { in <lambda>()
25 import com.android.systemui.coroutines.FlowValue155 private fun TestScope.displayState(): FlowValue<DeviceState?> { in displayState()
25 import com.android.systemui.coroutines.FlowValue58 private lateinit var isCurrentUserTrusted: FlowValue<Boolean?>59 private lateinit var isCurrentUserTrustManaged: FlowValue<Boolean?>
30 import com.android.systemui.coroutines.FlowValue in <lambda>()329 private fun TestScope.lastValue(): FlowValue<State?> = in <lambda>()332 private fun TestScope.lastPendingDisplay(): FlowValue<PendingDisplay?> = in <lambda>()
45 import com.android.systemui.coroutines.FlowValue149 private lateinit var authStatus: FlowValue<FaceAuthenticationStatus?>150 private lateinit var detectStatus: FlowValue<FaceDetectionStatus?>151 private lateinit var authRunning: FlowValue<Boolean?>152 private lateinit var bypassEnabled: FlowValue<Boolean?>153 private lateinit var lockedOut: FlowValue<Boolean?>154 private lateinit var canFaceAuthRun: FlowValue<Boolean?>155 private lateinit var authenticated: FlowValue<Boolean?>
27 import com.android.systemui.coroutines.FlowValue in <lambda>()201 private fun <T> TestScope.collectLastValueImmediately(flow: Flow<T>): FlowValue<T?> { in <lambda>()