File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/java/android/service/dreams Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public class Dream extends Service implements Window.Callback {
7272 private final String TAG = Dream .class .getSimpleName () + "[" + getClass ().getSimpleName () + "]" ;
7373
7474 /**
75- * Used with {@link #ACTION_MAIN} to declare the necessary intent-filter for a dream.
75+ * Used with {@link Intent #ACTION_MAIN} to declare the necessary intent-filter for a dream.
7676 *
7777 * @see Dream
7878 */
@@ -393,7 +393,7 @@ public boolean isInteractive() {
393393 /**
394394 * Sets View.SYSTEM_UI_FLAG_LOW_PROFILE on the content view.
395395 *
396- * @param lightsOut True to set View.SYSTEM_UI_FLAG_LOW_PROFILE
396+ * @param lowProfile True to set View.SYSTEM_UI_FLAG_LOW_PROFILE
397397 */
398398 public void setLowProfile (boolean lowProfile ) {
399399 mLowProfile = lowProfile ;
You can’t perform that action at this time.
0 commit comments