OSDN Git Service

Fix VALUE_RINGTONE_SILENT ref.
authorSam Blitzstein <sblitz@google.com>
Wed, 21 Aug 2013 23:02:21 +0000 (16:02 -0700)
committerIsaac Katzenelson <isaack@android.com>
Wed, 21 Aug 2013 23:08:21 +0000 (23:08 +0000)
Change-Id: I115c8d2e0e972f6d7d732071d26ae5f489b926f3
(cherry picked from commit 044ffbbbaa7dc07c2aa40a35d5d13b1b3e7bd0c0)

core/java/android/provider/AlarmClock.java

index e750bc5..f3267ee 100644 (file)
@@ -190,13 +190,13 @@ public final class AlarmClock {
      * <p>
      * Used by {@link #ACTION_SET_ALARM}.
      * </p><p>
-     * This value is a {@link String} and can either be set to {@link #RINGTONE_SILENT} or to a
-     * content URI of the media to be played. If not specified or the URI doesn't exist,
+     * This value is a {@link String} and can either be set to {@link #VALUE_RINGTONE_SILENT} or
+     * to a content URI of the media to be played. If not specified or the URI doesn't exist,
      * {@code "content://settings/system/alarm_alert} will be used.
      * </p>
      *
      * @see #ACTION_SET_ALARM
-     * @see #RINGTONE_SILENT
+     * @see #VALUE_RINGTONE_SILENT
      * @see #EXTRA_VIBRATE
      */
     public static final String EXTRA_RINGTONE = "android.intent.extra.alarm.RINGTONE";
@@ -227,7 +227,7 @@ public final class AlarmClock {
      *
      * @see #ACTION_SET_ALARM
      * @see #EXTRA_RINGTONE
-     * @see #RINGTONE_SILENT
+     * @see #VALUE_RINGTONE_SILENT
      */
     public static final String EXTRA_VIBRATE = "android.intent.extra.alarm.VIBRATE";