Searched refs:setWallpaper (Results 1 – 9 of 9) sorted by relevance
435 ParcelFileDescriptor fd = sGlobals.mService.setWallpaper( in setResource()441 setWallpaper(resources.openRawResource(resid), fos); in setResource()464 ParcelFileDescriptor fd = sGlobals.mService.setWallpaper(null); in setBitmap()495 ParcelFileDescriptor fd = sGlobals.mService.setWallpaper(null); in setStream()502 setWallpaper(data, fos); in setStream()512 private void setWallpaper(InputStream data, FileOutputStream fos) in setWallpaper() method in WallpaperManager
31 ParcelFileDescriptor setWallpaper(String name); in setWallpaper() method
533 public void setWallpaper(Bitmap bitmap) throws IOException { in setWallpaper() method in ApplicationContext538 public void setWallpaper(InputStream data) throws IOException { in setWallpaper() method in ApplicationContext
27 ParcelFileDescriptor setWallpaper(String name); in setWallpaper() method
232 public void setWallpaper(Bitmap bitmap) throws IOException { in setWallpaper() method in ContextWrapper233 mBase.setWallpaper(bitmap); in setWallpaper()237 public void setWallpaper(InputStream data) throws IOException { in setWallpaper() method in ContextWrapper238 mBase.setWallpaper(data); in setWallpaper()
523 public abstract void setWallpaper(Bitmap bitmap) throws IOException; in setWallpaper() method in Context530 public abstract void setWallpaper(InputStream data) throws IOException; in setWallpaper() method in Context
212 public void setWallpaper(Bitmap bitmap) throws IOException { in setWallpaper() method in MockContext217 public void setWallpaper(InputStream data) throws IOException { in setWallpaper() method in MockContext
182 public ParcelFileDescriptor setWallpaper(String name) { in setWallpaper() method in WallpaperManagerService.WallpaperConnection308 public ParcelFileDescriptor setWallpaper(String name) { in setWallpaper() method in WallpaperManagerService
1116 public void setWallpaper(Bitmap arg0) throws IOException { in setWallpaper() method in BridgeContext1123 public void setWallpaper(InputStream arg0) throws IOException { in setWallpaper() method in BridgeContext