Searched refs:mWallpaper (Results 1 – 1 of 1) sorted by relevance
181 final WallpaperData mWallpaper; field in WallpaperManagerService.WallpaperObserver191 mWallpaper = wallpaper; in WallpaperObserver()207 return (wallpaper != null) ? wallpaper : mWallpaper; in dataForEvent()617 WallpaperData mWallpaper; field in WallpaperManagerService.WallpaperConnection633 if (!mWallpaper.wallpaperUpdating634 && mWallpaper.userId == mCurrentUserId) {635 Slog.w(TAG, "Wallpaper reconnect timed out for " + mWallpaper.wallpaperComponent637 clearWallpaperLocked(true, FLAG_SYSTEM, mWallpaper.userId,645 mWallpaper = wallpaper; in WallpaperConnection()651 if (mWallpaper.connection == this) { in onServiceConnected()[all …]