Searched defs:eventsForKey (Results 1 – 2 of 2) sorted by relevance
277 fun eventsForKey(key: K): TFlowImpl<A> = TFlowCheap { downstream -> in eventsForKey() method in com.android.systemui.kairos.internal.DemuxImpl
402 fun eventsForKey(key: K): TFlow<A> = TFlowInit(constInit(name = null, impl.eventsForKey(key))) in eventsForKey() method