Searched refs:WallpaperManagerInternal (Results 1 – 4 of 4) sorted by relevance
24 public abstract class WallpaperManagerInternal { class
1652 LocalServices.addService(WallpaperManagerInternal.class, new LocalService()); in WallpaperManagerService()1655 private final class LocalService extends WallpaperManagerInternal {
177 import com.android.server.wallpaper.WallpaperManagerInternal;2817 final WallpaperManagerInternal wpMgr = LocalServices2818 .getService(WallpaperManagerInternal.class);
20451 Lcom/android/server/wallpaper/WallpaperManagerInternal;