Searched defs:coroutineScope (Results 1 – 3 of 3) sorted by relevance
103 val coroutineScope = rememberCoroutineScope() constant
275 r.onMeetingSummaryExtension = { coroutineScope, binder -> in <lambda>() method292 r.onCreateLocalCallSilenceExtension = { coroutineScope, _, binder -> in <lambda>() method325 r.onCreateCallIconExtension = { coroutineScope, _, _, binder -> in <lambda>() method
54 private val coroutineScope: CoroutineScope, in <lambda>() constant in androidx.core.telecom.test.services.CallAudioRouteResolver