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.java70 private final IWallpaperManager mWallpaperManagerService; field in WakefulnessLifecycle
96 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()