Lines Matching refs:TAG

96     static final String TAG = "WallpaperManagerService";
268 Slog.w(TAG, "Wallpaper service gone: " + mWallpaper.wallpaperComponent);
280 Slog.w(TAG, "Reverting to built-in wallpaper!");
302 Slog.w(TAG, "Failed to set wallpaper dimensions", e);
310 Slog.w(TAG, "Failed to set wallpaper padding", e);
359 Slog.w(TAG, "Wallpaper no longer available; reverting to default");
438 Slog.w(TAG, "Wallpaper uninstalled, removing: "
458 Slog.w(TAG, "Wallpaper component gone, removing: "
477 if (DEBUG) Slog.v(TAG, "WallpaperService startup");
505 if (DEBUG) Slog.v(TAG, "systemReady");
615 Slog.w(TAG, "Failure starting previous wallpaper", e);
621 if (DEBUG) Slog.v(TAG, "clearWallpaper");
659 Slog.e(TAG, "Default wallpaper component not found!", e);
834 Slog.w(TAG, "Error getting wallpaper", e);
857 if (DEBUG) Slog.v(TAG, "setWallpaper");
893 Slog.w(TAG, "Error setting wallpaper", e);
908 if (DEBUG) Slog.v(TAG, "setWallpaperComponent name=" + name);
926 if (DEBUG) Slog.v(TAG, "bindWallpaperComponentLocked: componentName=" + componentName);
932 if (DEBUG) Slog.v(TAG, "bindWallpaperComponentLocked: still using default");
938 if (DEBUG) Slog.v(TAG, "same wallpaper");
952 if (DEBUG) Slog.v(TAG, "Using image wallpaper");
960 Slog.w(TAG, "Attempted wallpaper " + componentName + " is unavailable");
970 Slog.w(TAG, msg);
993 Slog.w(TAG, e);
999 Slog.w(TAG, e);
1011 Slog.w(TAG, msg);
1017 if (DEBUG) Slog.v(TAG, "Binding to:" + componentName);
1036 Slog.w(TAG, msg);
1048 Slog.v(TAG, "Adding window token: " + newConn.mToken);
1060 Slog.w(TAG, msg);
1084 Slog.v(TAG, "Removing window token: " + wallpaper.connection.mToken);
1105 Slog.w(TAG, "Failed attaching wallpaper; clearing", e);
1236 if (DEBUG) Slog.v(TAG, "loadSettingsLocked");
1281 Slog.v(TAG, "mWidth:" + wallpaper.width);
1282 Slog.v(TAG, "mHeight:" + wallpaper.height);
1283 Slog.v(TAG, "mName:" + wallpaper.name);
1284 Slog.v(TAG, "mNextWallpaperComponent:"
1292 Slog.w(TAG, "no current wallpaper -- first boot?");
1294 Slog.w(TAG, "failed parsing " + file + " " + e);
1296 Slog.w(TAG, "failed parsing " + file + " " + e);
1298 Slog.w(TAG, "failed parsing " + file + " " + e);
1300 Slog.w(TAG, "failed parsing " + file + " " + e);
1302 Slog.w(TAG, "failed parsing " + file + " " + e);
1343 if (DEBUG) Slog.v(TAG, "settingsRestored");
1363 if (DEBUG) Slog.v(TAG, "settingsRestored: name is empty");
1366 if (DEBUG) Slog.v(TAG, "settingsRestored: attempting to restore named resource");
1369 if (DEBUG) Slog.v(TAG, "settingsRestored: success=" + success);
1378 Slog.e(TAG, "Failed to restore wallpaper: '" + wallpaper.name + "'");
1418 Slog.e(TAG, "couldn't resolve identifier pkg=" + pkg + " type=" + type
1436 Slog.v(TAG, "Restored wallpaper: " + resName);
1439 Slog.e(TAG, "Package name " + pkg + " not found");
1441 Slog.e(TAG, "Resource not found: " + resId);
1443 Slog.e(TAG, "IOException while restoring wallpaper ", e);