summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorOren Blasberg <orenb@google.com>2016-03-14 20:43:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-03-14 20:43:43 +0000
commitcea9f353f79d2c367a30fa84ceca524e5eacce08 (patch)
treeb56be5b6595295dec81929e1836a609d6a415a85 /core/java/android
parent5c3b34425dc634bc3487b8622ca3ec9fd31d2da9 (diff)
parent2eee8c6e0e005700e8a8e221237d5827e3393590 (diff)
Merge "Fix constant name in WallpaperManager javadoc." into nyc-dev
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/app/WallpaperManager.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/app/WallpaperManager.java b/core/java/android/app/WallpaperManager.java
index 2d06dcca35f6..52e52728c25a 100644
--- a/core/java/android/app/WallpaperManager.java
+++ b/core/java/android/app/WallpaperManager.java
@@ -919,8 +919,8 @@ public class WallpaperManager {
* image for restore to a future device; {@code false} otherwise.
* @param which Flags indicating which wallpaper(s) to configure with the new imagery.
*
- * @see #FLAG_SET_LOCK_WALLPAPER
- * @see #FLAG_SET_SYSTEM_WALLPAPER
+ * @see #FLAG_SET_LOCK
+ * @see #FLAG_SET_SYSTEM
*
* @return An integer ID assigned to the newly active wallpaper; or zero on failure.
*
@@ -1038,8 +1038,8 @@ public class WallpaperManager {
* image for restore to a future device; {@code false} otherwise.
* @param which Flags indicating which wallpaper(s) to configure with the new imagery.
*
- * @see #FLAG_SET_LOCK_WALLPAPER
- * @see #FLAG_SET_SYSTEM_WALLPAPER
+ * @see #FLAG_SET_LOCK
+ * @see #FLAG_SET_SYSTEM
*
* @throws IOException
*/