Home
last modified time | relevance | path

Searched refs:mWallpaperManagerService (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeWallpaperState.java43 private final IWallpaperManager mWallpaperManagerService; field in DozeWallpaperState
53 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWakefulnessLifecycle.java74 private final IWallpaperManager mWallpaperManagerService; field in WakefulnessLifecycle
100 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()