Home
last modified time | relevance | path

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

/glance/glance-appwidget/src/main/java/androidx/glance/appwidget/
DUnmanagedSessionReceiver.kt66 val coroutine: CancellableContinuation<Nothing> in <lambda>() constant in androidx.glance.appwidget.UnmanagedSessionReceiver.Companion.Registration
84 suspendCancellableCoroutine { coroutine -> in <lambda>() method