Searched refs:IMPORTANT_FOR_AUTOFILL_YES (Results 1 – 10 of 10) sorted by relevance
21 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()
94 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in RadioGroup()
78 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in AbsSpinner()
125 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in TimePicker()
159 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in DatePicker()
980 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES);
414 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in WebView()
1331 IMPORTANT_FOR_AUTOFILL_YES,1353 public static final int IMPORTANT_FOR_AUTOFILL_YES = 0x1; field in View3362 | IMPORTANT_FOR_AUTOFILL_YES | IMPORTANT_FOR_AUTOFILL_NO9084 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES, to = "yes"),9092 @EnumEntry(value = IMPORTANT_FOR_AUTOFILL_YES, name = "yes"),9219 || importance == IMPORTANT_FOR_AUTOFILL_YES) {
52102 field public static final int IMPORTANT_FOR_AUTOFILL_YES = 1; // 0x1
52246 field public static final int IMPORTANT_FOR_AUTOFILL_YES = 1; // 0x1