Merge "Fix javadocs to fix build." into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
df655d09c0
@@ -72,7 +72,7 @@ public class Dream extends Service implements Window.Callback {
|
|||||||
private final String TAG = Dream.class.getSimpleName() + "[" + getClass().getSimpleName() + "]";
|
private final String TAG = Dream.class.getSimpleName() + "[" + getClass().getSimpleName() + "]";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used with {@link #ACTION_MAIN} to declare the necessary intent-filter for a dream.
|
* Used with {@link Intent#ACTION_MAIN} to declare the necessary intent-filter for a dream.
|
||||||
*
|
*
|
||||||
* @see Dream
|
* @see Dream
|
||||||
*/
|
*/
|
||||||
@@ -393,7 +393,7 @@ public class Dream extends Service implements Window.Callback {
|
|||||||
/**
|
/**
|
||||||
* Sets View.SYSTEM_UI_FLAG_LOW_PROFILE on the content view.
|
* Sets View.SYSTEM_UI_FLAG_LOW_PROFILE on the content view.
|
||||||
*
|
*
|
||||||
* @param lightsOut True to set View.SYSTEM_UI_FLAG_LOW_PROFILE
|
* @param lowProfile True to set View.SYSTEM_UI_FLAG_LOW_PROFILE
|
||||||
*/
|
*/
|
||||||
public void setLowProfile(boolean lowProfile) {
|
public void setLowProfile(boolean lowProfile) {
|
||||||
mLowProfile = lowProfile;
|
mLowProfile = lowProfile;
|
||||||
|
|||||||
Reference in New Issue
Block a user