Searched refs:WallpaperManagerInternal (Results 1 – 4 of 4) sorted by relevance
24 public abstract class WallpaperManagerInternal { class
1631 LocalServices.addService(WallpaperManagerInternal.class, new LocalService()); in WallpaperManagerService()1634 private final class LocalService extends WallpaperManagerInternal {
177 import com.android.server.wallpaper.WallpaperManagerInternal;2809 LocalServices.getService(WallpaperManagerInternal.class).onDisplayReady(displayId);
20451 Lcom/android/server/wallpaper/WallpaperManagerInternal;