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()
70 private final IWallpaperManager mWallpaperManagerService; field in WakefulnessLifecycle96 mWallpaperManagerService = wallpaperManagerService; in WakefulnessLifecycle()138 if (mWallpaperManagerService != null) { in dispatchStartedWakingUp()140 mWallpaperManagerService.notifyWakingUp( in dispatchStartedWakingUp()167 if (mWallpaperManagerService != null) { in dispatchStartedGoingToSleep()169 mWallpaperManagerService.notifyGoingToSleep( in dispatchStartedGoingToSleep()