Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DThirdPartyWallpaperInfo.java71 final Intent pickWallpaperIntent = new Intent(Intent.ACTION_SET_WALLPAPER); in getAll() local
72 for (ResolveInfo info : pm.queryIntentActivities(pickWallpaperIntent, 0)) { in getAll()