Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/assist/
DAssistStructureTest.java21 import static android.view.View.IMPORTANT_FOR_AUTOFILL_YES;
230 view.setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in newSmallView()
249 assertThat(view.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_YES); in assertSmallView()
/frameworks/base/core/java/android/widget/
DRadioGroup.java94 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()
DTextView.java980 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES);
/frameworks/base/core/java/android/webkit/
DWebView.java414 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in WebView()
/frameworks/base/core/java/android/view/
DView.java1331 IMPORTANT_FOR_AUTOFILL_YES,
1353 public static final int IMPORTANT_FOR_AUTOFILL_YES = 0x1; field in View
3362 | IMPORTANT_FOR_AUTOFILL_YES | IMPORTANT_FOR_AUTOFILL_NO
9084 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES, to = "yes"),
9092 @EnumEntry(value = IMPORTANT_FOR_AUTOFILL_YES, name = "yes"),
9219 || importance == IMPORTANT_FOR_AUTOFILL_YES) {
/frameworks/base/non-updatable-api/
Dcurrent.txt52102 field public static final int IMPORTANT_FOR_AUTOFILL_YES = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt52246 field public static final int IMPORTANT_FOR_AUTOFILL_YES = 1; // 0x1