Home
last modified time | relevance | path

Searched refs:WallpaperManagerService (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerShellCommand.java31 private final WallpaperManagerService mService;
33 public WallpaperManagerShellCommand(WallpaperManagerService service) { in WallpaperManagerShellCommand()
DWallpaperData.java103 WallpaperManagerService.WallpaperConnection connection;
106 WallpaperManagerService.WallpaperObserver wallpaperObserver;
DWallpaperManagerService.java157 public class WallpaperManagerService extends IWallpaperManager.Stub class
1503 public WallpaperManagerService(Context context) { in WallpaperManagerService() method in WallpaperManagerService
3819 new WallpaperManagerShellCommand(WallpaperManagerService.this).exec(this, in, out, err, in onShellCommand()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/
DWallpaperManagerServiceTests.java139 private WallpaperManagerService mService;
246 protected class TestWallpaperManagerService extends WallpaperManagerService {
341 WallpaperManagerService.DisplayConnector connector = in testSetCurrentComponent()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags197 # WallpaperManagerService.java
/frameworks/base/services/
Dart-wear-profile25087 PLcom/android/server/wallpaper/WallpaperManagerService$$ExternalSyntheticLambda0;-><init>()V
25088 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 …]
Dart-profile3747 …allpaperCropper$WallpaperCropUtils;Lcom/android/server/wallpaper/WallpaperManagerService$$External…
/frameworks/base/services/java/com/android/server/
DSystemServer.java282 import com.android.server.wallpaper.WallpaperManagerService;
2248 mSystemServiceManager.startService(WallpaperManagerService.Lifecycle.class); in startOtherServices()