Searched refs:FlowValue (Results 1 – 7 of 7) sorted by relevance
47 ): FlowValue<T?> {72 ): FlowValue<List<T>> {82 interface FlowValue<T> : ReadOnlyProperty<Any?, T> { regex86 private class FlowValueImpl<T>(private val block: () -> T) : FlowValue<T> {
26 import com.android.systemui.coroutines.FlowValue58 private lateinit var isCurrentUserTrusted: FlowValue<Boolean?>59 private lateinit var isCurrentUserTrustManaged: FlowValue<Boolean?>
46 import com.android.systemui.coroutines.FlowValue139 private lateinit var authStatus: FlowValue<FaceAuthenticationStatus?>140 private lateinit var detectStatus: FlowValue<FaceDetectionStatus?>141 private lateinit var authRunning: FlowValue<Boolean?>142 private lateinit var bypassEnabled: FlowValue<Boolean?>143 private lateinit var lockedOut: FlowValue<Boolean?>144 private lateinit var canFaceAuthRun: FlowValue<Boolean?>145 private lateinit var authenticated: FlowValue<Boolean?>
26 import com.android.systemui.coroutines.FlowValue132 private fun TestScope.lastValue(): FlowValue<State?> =
26 import com.android.systemui.coroutines.FlowValue171 private fun TestScope.latestDisplayFlowValue(): FlowValue<Set<Display>?> {
32 import com.android.systemui.coroutines.FlowValue64 private lateinit var bouncerMessage: FlowValue<BouncerMessageModel?>
26 import com.android.systemui.coroutines.FlowValue201 private fun <T> TestScope.collectLastValueImmediately(flow: Flow<T>): FlowValue<T?> {