Searched refs:mWallpaper (Results 1 – 1 of 1) sorted by relevance
199 final WallpaperData mWallpaper; field in WallpaperManagerService.WallpaperObserver209 mWallpaper = wallpaper; in WallpaperObserver()225 return (wallpaper != null) ? wallpaper : mWallpaper; in dataForEvent()924 WallpaperData mWallpaper; field in WallpaperManagerService.WallpaperConnection940 if (!mWallpaper.wallpaperUpdating941 && mWallpaper.userId == mCurrentUserId) {942 Slog.w(TAG, "Wallpaper reconnect timed out for " + mWallpaper.wallpaperComponent944 clearWallpaperLocked(true, FLAG_SYSTEM, mWallpaper.userId,952 mWallpaper = wallpaper; in WallpaperConnection()958 if (mWallpaper.connection == this) { in onServiceConnected()[all …]