Also fix the API description file after UI_MODE_SERVICE rename.
diff --git a/core/java/android/app/UiModeManager.java b/core/java/android/app/UiModeManager.java
index eea9257..aca8ab4 100644
--- a/core/java/android/app/UiModeManager.java
+++ b/core/java/android/app/UiModeManager.java
@@ -12,7 +12,7 @@
  *
  * <p>You do not instantiate this class directly; instead, retrieve it through
  * {@link android.content.Context#getSystemService
- * Context.getSystemService(Context.UIMODE_SERVICE)}.
+ * Context.getSystemService(Context.UI_MODE_SERVICE)}.
  */
 public class UiModeManager {
     private static final String TAG = "UiModeManager";