Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DStandalonePreviewActivity.java146 Intent wallpaperIntent = WallpaperPreviewActivity.Companion.newIntent( in loadPreviewFragment() local
149 startActivity(wallpaperIntent); in loadPreviewFragment()
DLivePreviewFragment.java574 Intent wallpaperIntent = new Intent(WallpaperService.SERVICE_INTERFACE)
577 wallpaperIntent,
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/wallpaperconnection/
DWallpaperConnectionUtils.kt224 wallpaperIntent: Intent, in <lambda>()
232 val (serviceConnection, wallpaperService) = bindWallpaperService(context, wallpaperIntent) in <lambda>()