Merge "Minor documentation fixes."

This commit is contained in:
TreeHugger Robot
2017-03-03 23:44:02 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -1585,9 +1585,6 @@ public class AssistStructure implements Parcelable {
mNode.mInputType = inputType;
}
/**
* @hide
*/
@Override
public void setSanitized(boolean sanitized) {
mNode.mSanitized = sanitized;

View File

@@ -79,6 +79,9 @@ public final class AutoFillType implements Parcelable {
* <p>{@link AutoFillValue} instances for auto-filling a {@link View} can be obtained through
* {@link AutoFillValue#forList(int)}, and the value passed to auto-fill a
* {@link View} can be fetched through {@link AutoFillValue#getListValue()}.
*
* <p>The available options in the selection list are typically provided by
* {@link android.app.assist.AssistStructure.ViewNode#getAutoFillOptions()}.
*/
public boolean isList() {
return mType == TYPE_LIST;