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

  /cts/tests/autofillservice/src/android/autofillservice/cts/
FatActivity.java 20 import static android.view.View.IMPORTANT_FOR_AUTOFILL_NO;
116 assertThat(mCaptcha.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_NO);
117 assertThat(mImage.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_NO);
135 .isEqualTo(IMPORTANT_FOR_AUTOFILL_NO);
139 .isEqualTo(IMPORTANT_FOR_AUTOFILL_NO);
LoginActivityTest.java 55 import static android.view.View.IMPORTANT_FOR_AUTOFILL_NO;
    [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 182 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_NO);
    [all...]
  /frameworks/support/compat/java/android/support/v4/view/
ViewCompat.java 123 View.IMPORTANT_FOR_AUTOFILL_NO,
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 342 milliseconds