Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 870c26af authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Minor documentation fixes."

parents c2c345d6 235770d4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1585,9 +1585,6 @@ public class AssistStructure implements Parcelable {
            mNode.mInputType = inputType;
        }

        /**
         * @hide
         */
        @Override
        public void setSanitized(boolean sanitized) {
            mNode.mSanitized = sanitized;
+3 −0
Original line number Diff line number Diff line
@@ -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;