Searched refs:mWallpaperManagerService (Results 1 – 2 of 2) sorted by relevance
43 private final IWallpaperManager mWallpaperManagerService; field in DozeWallpaperState53 mWallpaperManagerService = wallpaperManagerService; in DozeWallpaperState()89 if (mWallpaperManagerService != null) { in transitionTo()96 mWallpaperManagerService.setInAmbientMode(mIsAmbientMode, duration); in transitionTo()109 pw.println(" hasWallpaperService: " + (mWallpaperManagerService != null)); in dump()
74 private final IWallpaperManager mWallpaperManagerService; field in WakefulnessLifecycle100 mWallpaperManagerService = wallpaperManagerService; in WakefulnessLifecycle()142 if (mWallpaperManagerService != null) { in dispatchStartedWakingUp()144 mWallpaperManagerService.notifyWakingUp( in dispatchStartedWakingUp()171 if (mWallpaperManagerService != null) { in dispatchStartedGoingToSleep()173 mWallpaperManagerService.notifyGoingToSleep( in dispatchStartedGoingToSleep()