Loading core/java/android/view/autofill/AutofillValue.java +4 −4 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ public final class AutofillValue implements Parcelable { } /** * Checks is this is a text value. * Checks if this is a text value. * * <p>See {@link View#AUTOFILL_TYPE_TEXT} for more info.</p> */ Loading @@ -89,7 +89,7 @@ public final class AutofillValue implements Parcelable { } /** * Checks is this is a toggle value. * Checks if this is a toggle value. * * <p>See {@link View#AUTOFILL_TYPE_TOGGLE} for more info.</p> */ Loading @@ -110,7 +110,7 @@ public final class AutofillValue implements Parcelable { } /** * Checks is this is a list value. * Checks if this is a list value. * * <p>See {@link View#AUTOFILL_TYPE_LIST} for more info.</p> */ Loading @@ -131,7 +131,7 @@ public final class AutofillValue implements Parcelable { } /** * Checks is this is a date value. * Checks if this is a date value. * * <p>See {@link View#AUTOFILL_TYPE_DATE} for more info.</p> */ Loading Loading
core/java/android/view/autofill/AutofillValue.java +4 −4 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ public final class AutofillValue implements Parcelable { } /** * Checks is this is a text value. * Checks if this is a text value. * * <p>See {@link View#AUTOFILL_TYPE_TEXT} for more info.</p> */ Loading @@ -89,7 +89,7 @@ public final class AutofillValue implements Parcelable { } /** * Checks is this is a toggle value. * Checks if this is a toggle value. * * <p>See {@link View#AUTOFILL_TYPE_TOGGLE} for more info.</p> */ Loading @@ -110,7 +110,7 @@ public final class AutofillValue implements Parcelable { } /** * Checks is this is a list value. * Checks if this is a list value. * * <p>See {@link View#AUTOFILL_TYPE_LIST} for more info.</p> */ Loading @@ -131,7 +131,7 @@ public final class AutofillValue implements Parcelable { } /** * Checks is this is a date value. * Checks if this is a date value. * * <p>See {@link View#AUTOFILL_TYPE_DATE} for more info.</p> */ Loading