Home
last modified time | relevance | path

Searched refs:IMPORTANT_FOR_AUTOFILL_YES (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/assist/
DAssistStructureTest.java21 import static android.view.View.IMPORTANT_FOR_AUTOFILL_YES;
366 view.setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in newSmallView()
385 assertThat(view.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_YES); in assertSmallView()
/frameworks/base/core/java/android/widget/
DRadioGroup.java99 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in RadioGroup()
DAbsSpinner.java78 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in AbsSpinner()
DTimePicker.java125 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in TimePicker()
DDatePicker.java159 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in DatePicker()
/frameworks/base/core/java/android/webkit/
DWebView.java426 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in WebView()
/frameworks/base/core/java/android/view/
DView.java1454 IMPORTANT_FOR_AUTOFILL_YES,
1476 public static final int IMPORTANT_FOR_AUTOFILL_YES = 0x1; field in View
3706 | IMPORTANT_FOR_AUTOFILL_YES | IMPORTANT_FOR_AUTOFILL_NO
10327 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES, to = "yes"),
10335 @EnumEntry(value = IMPORTANT_FOR_AUTOFILL_YES, name = "yes"),
10478 || importance == IMPORTANT_FOR_AUTOFILL_YES) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt53257 field public static final int IMPORTANT_FOR_AUTOFILL_YES = 1; // 0x1