Searched refs:setWallpaper (Results 1 – 11 of 11) sorted by relevance
457 ParcelFileDescriptor fd = sGlobals.mService.setWallpaper( in setResource()463 setWallpaper(resources.openRawResource(resid), fos); in setResource()487 ParcelFileDescriptor fd = sGlobals.mService.setWallpaper(null); in setBitmap()519 ParcelFileDescriptor fd = sGlobals.mService.setWallpaper(null); in setStream()526 setWallpaper(data, fos); in setStream()537 private void setWallpaper(InputStream data, FileOutputStream fos) in setWallpaper() method in WallpaperManager
31 ParcelFileDescriptor setWallpaper(String name); in setWallpaper() method
830 public void setWallpaper(Bitmap bitmap) throws IOException { in setWallpaper() method in ContextImpl835 public void setWallpaper(InputStream data) throws IOException { in setWallpaper() method in ContextImpl
27 ParcelFileDescriptor setWallpaper(String name); in setWallpaper() method
260 public void setWallpaper(Bitmap bitmap) throws IOException { in setWallpaper() method in ContextWrapper261 mBase.setWallpaper(bitmap); in setWallpaper()265 public void setWallpaper(InputStream data) throws IOException { in setWallpaper() method in ContextWrapper266 mBase.setWallpaper(data); in setWallpaper()
797 public abstract void setWallpaper(Bitmap bitmap) throws IOException; in setWallpaper() method in Context804 public abstract void setWallpaper(InputStream data) throws IOException; in setWallpaper() method in Context
234 public void setWallpaper(Bitmap bitmap) throws IOException { in setWallpaper() method in MockContext239 public void setWallpaper(InputStream data) throws IOException { in setWallpaper() method in MockContext
218 public ParcelFileDescriptor setWallpaper(String name) { in setWallpaper() method in WallpaperManagerService.WallpaperConnection458 public ParcelFileDescriptor setWallpaper(String name) { in setWallpaper() method in WallpaperManagerService
1216 public void setWallpaper(Bitmap arg0) throws IOException { in setWallpaper() method in BridgeContext1222 public void setWallpaper(InputStream arg0) throws IOException { in setWallpaper() method in BridgeContext
5071 …method public abstract deprecated void setWallpaper(android.graphics.Bitmap) throws java.io.IOExce…5072 …method public abstract deprecated void setWallpaper(java.io.InputStream) throws java.io.IOExceptio…5196 method public void setWallpaper(android.graphics.Bitmap) throws java.io.IOException;5197 method public void setWallpaper(java.io.InputStream) throws java.io.IOException;19646 method public void setWallpaper(android.graphics.Bitmap) throws java.io.IOException;19647 method public void setWallpaper(java.io.InputStream) throws java.io.IOException;