HomeSort by relevance Sort by last modified time
    Searched refs:IMPORTANT_FOR_AUTOFILL_YES (Results 1 - 11 of 11) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
FatActivity.java 22 import static android.view.View.IMPORTANT_FOR_AUTOFILL_YES;
115 assertThat(mInput.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_YES);
118 assertThat(mImportantImage.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_YES);
123 .isEqualTo(IMPORTANT_FOR_AUTOFILL_YES);
130 .isEqualTo(IMPORTANT_FOR_AUTOFILL_YES);
137 .isEqualTo(IMPORTANT_FOR_AUTOFILL_YES);
  /frameworks/base/core/java/android/widget/
RadioGroup.java 90 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES);
AbsSpinner.java 78 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES);
DatePicker.java 153 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES);
TimePicker.java 119 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES);
TextView.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 647 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES);
    [all...]
  /frameworks/support/compat/java/android/support/v4/view/
ViewCompat.java 122 View.IMPORTANT_FOR_AUTOFILL_YES,
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 148 milliseconds