Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6624,7 +6624,7 @@ package android.app.assist { public static class AssistStructure.ViewNode { method public float getAlpha(); method public java.lang.String[] getAutoFillHints(); method public java.lang.String[] getAutofillHints(); method public android.view.autofill.AutofillId getAutofillId(); method public java.lang.String[] getAutofillOptions(); method public int getAutofillType(); api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6869,7 +6869,7 @@ package android.app.assist { public static class AssistStructure.ViewNode { method public float getAlpha(); method public java.lang.String[] getAutoFillHints(); method public java.lang.String[] getAutofillHints(); method public android.view.autofill.AutofillId getAutofillId(); method public java.lang.String[] getAutofillOptions(); method public int getAutofillType(); api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6654,7 +6654,7 @@ package android.app.assist { public static class AssistStructure.ViewNode { method public float getAlpha(); method public java.lang.String[] getAutoFillHints(); method public java.lang.String[] getAutofillHints(); method public android.view.autofill.AutofillId getAutofillId(); method public java.lang.String[] getAutofillOptions(); method public int getAutofillType(); core/java/android/app/assist/AssistStructure.java +10 −0 Original line number Diff line number Diff line Loading @@ -964,6 +964,16 @@ public class AssistStructure implements Parcelable { * * @return The hints for this view */ @Nullable public String[] getAutofillHints() { return mAutofillHints; } /** * @hide * @deprecated use getAutofillHints() instead. */ // TODO(b/33197203): remove once clients don't use it anymore... @Deprecated @Nullable public String[] getAutoFillHints() { return mAutofillHints; } Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6624,7 +6624,7 @@ package android.app.assist { public static class AssistStructure.ViewNode { method public float getAlpha(); method public java.lang.String[] getAutoFillHints(); method public java.lang.String[] getAutofillHints(); method public android.view.autofill.AutofillId getAutofillId(); method public java.lang.String[] getAutofillOptions(); method public int getAutofillType();
api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6869,7 +6869,7 @@ package android.app.assist { public static class AssistStructure.ViewNode { method public float getAlpha(); method public java.lang.String[] getAutoFillHints(); method public java.lang.String[] getAutofillHints(); method public android.view.autofill.AutofillId getAutofillId(); method public java.lang.String[] getAutofillOptions(); method public int getAutofillType();
api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6654,7 +6654,7 @@ package android.app.assist { public static class AssistStructure.ViewNode { method public float getAlpha(); method public java.lang.String[] getAutoFillHints(); method public java.lang.String[] getAutofillHints(); method public android.view.autofill.AutofillId getAutofillId(); method public java.lang.String[] getAutofillOptions(); method public int getAutofillType();
core/java/android/app/assist/AssistStructure.java +10 −0 Original line number Diff line number Diff line Loading @@ -964,6 +964,16 @@ public class AssistStructure implements Parcelable { * * @return The hints for this view */ @Nullable public String[] getAutofillHints() { return mAutofillHints; } /** * @hide * @deprecated use getAutofillHints() instead. */ // TODO(b/33197203): remove once clients don't use it anymore... @Deprecated @Nullable public String[] getAutoFillHints() { return mAutofillHints; } Loading