Home
last modified time | relevance | path

Searched refs:AUTOFILL_TYPE_TEXT (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillValue.java21 import static android.view.View.AUTOFILL_TYPE_TEXT;
76 return mType == AUTOFILL_TYPE_TEXT; in isText()
207 case AUTOFILL_TYPE_TEXT: in writeToParcel()
226 case AUTOFILL_TYPE_TEXT: in AutofillValue()
274 return value == null ? null : new AutofillValue(AUTOFILL_TYPE_TEXT, in forText()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java19 import static android.view.View.AUTOFILL_TYPE_TEXT;
295 assertThat(view.getAutofillType()).isEqualTo(AUTOFILL_TYPE_TEXT); in assertSmallView()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java1338 AUTOFILL_TYPE_TEXT,
1364 public static final int AUTOFILL_TYPE_TEXT = 1; field in View
10492 structure.setAutofillType(AUTOFILL_TYPE_TEXT); in populateVirtualStructure()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java13638 return isTextAutofillable() ? AUTOFILL_TYPE_TEXT : AUTOFILL_TYPE_NONE; in getAutofillType()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52688 field public static final int AUTOFILL_TYPE_TEXT = 1; // 0x1