Searched defs:outParams (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java704 Bundle outParams) {
717 if (outParams != null) {
718 outParams.putInt("width", wallpaper.width);
719 outParams.putInt("height", wallpaper.height);
703 getWallpaper(IWallpaperManagerCallback cb, Bundle outParams) argument

Completed in 62 milliseconds