Searched refs:wpm (Results 1 – 4 of 4) sorted by relevance
46 WallpaperManager wpm = (WallpaperManager) context.getSystemService( in onReceive() local50 if (!wpm.hasResourceWallpaper(resid)) { in onReceive()52 wpm.setResource(resid); in onReceive()
162 WallpaperManager wpm = (WallpaperManager) getActivity().getSystemService( in selectWallpaper() local164 wpm.setResource(mImages.get(position)); in selectWallpaper()
104 WallpaperManager wpm = WallpaperManager.getInstance(getApplicationContext()); in onResume() local106 cropAndSetWallpaperIntent = wpm.getCropAndSetWallpaperIntent(mPickedItem); in onResume()