Searched refs:WallpaperManagerService (Results 1 – 8 of 8) sorted by relevance
31 private final WallpaperManagerService mService;33 public WallpaperManagerShellCommand(WallpaperManagerService service) { in WallpaperManagerShellCommand()
103 WallpaperManagerService.WallpaperConnection connection;106 WallpaperManagerService.WallpaperObserver wallpaperObserver;
157 public class WallpaperManagerService extends IWallpaperManager.Stub class1503 public WallpaperManagerService(Context context) { in WallpaperManagerService() method in WallpaperManagerService3819 new WallpaperManagerShellCommand(WallpaperManagerService.this).exec(this, in, out, err, in onShellCommand()
139 private WallpaperManagerService mService;246 protected class TestWallpaperManagerService extends WallpaperManagerService {341 WallpaperManagerService.DisplayConnector connector = in testSetCurrentComponent()
197 # WallpaperManagerService.java
25087 PLcom/android/server/wallpaper/WallpaperManagerService$$ExternalSyntheticLambda0;-><init>()V25088 PLcom/android/server/wallpaper/WallpaperManagerService$$ExternalSyntheticLambda0;->accept(Ljava/lan…25089 …id/server/wallpaper/WallpaperManagerService$$ExternalSyntheticLambda12;-><init>(Lcom/android/serve…25090 PLcom/android/server/wallpaper/WallpaperManagerService$$ExternalSyntheticLambda12;->accept(Ljava/la…25091 …id/server/wallpaper/WallpaperManagerService$$ExternalSyntheticLambda13;-><init>(Lcom/android/serve…25092 PLcom/android/server/wallpaper/WallpaperManagerService$$ExternalSyntheticLambda13;->getOrThrow()Lja…25093 …id/server/wallpaper/WallpaperManagerService$$ExternalSyntheticLambda19;-><init>(Lcom/android/serve…25094 PLcom/android/server/wallpaper/WallpaperManagerService$$ExternalSyntheticLambda19;->accept(Ljava/la…25095 …id/server/wallpaper/WallpaperManagerService$$ExternalSyntheticLambda20;-><init>(Lcom/android/serve…25096 PLcom/android/server/wallpaper/WallpaperManagerService$$ExternalSyntheticLambda20;->accept(Ljava/la…[all …]
3747 …allpaperCropper$WallpaperCropUtils;Lcom/android/server/wallpaper/WallpaperManagerService$$External…
282 import com.android.server.wallpaper.WallpaperManagerService;2248 mSystemServiceManager.startService(WallpaperManagerService.Lifecycle.class); in startOtherServices()