Home
last modified time | relevance | path

Searched refs:engineContinuation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/wallpaperconnection/
DWallpaperEngineConnection.kt30 private var engineContinuation: CancellableContinuation<IWallpaperEngine>? = null in <lambda>() variable in com.android.wallpaper.util.wallpaperconnection.WallpaperEngineConnection
40 engineContinuation = k in <lambda>()
67 this.engine?.let { engineContinuation?.resumeWith(Result.success(it)) } in <lambda>()