Searched defs:IMPORTANT_FOR_AUTOFILL_NO (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java1246 IMPORTANT_FOR_AUTOFILL_NO,
1275 public static final int IMPORTANT_FOR_AUTOFILL_NO = 0x2; field in class:View
3124 | IMPORTANT_FOR_AUTOFILL_YES | IMPORTANT_FOR_AUTOFILL_NO
7856 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO, to = "no"),
7874 * "Captcha" challenge), it should be {@link #IMPORTANT_FOR_AUTOFILL_NO}.
7884 * <p><b>Note:</b> Setting the mode as {@link #IMPORTANT_FOR_AUTOFILL_NO} or
7892 * {@link #IMPORTANT_FOR_AUTOFILL_NO}, {@link #IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS},
7927 * <li>if it returns {@link #IMPORTANT_FOR_AUTOFILL_NO} or
7956 * @see #IMPORTANT_FOR_AUTOFILL_NO
7981 || importance == IMPORTANT_FOR_AUTOFILL_NO) {
[all...]

Completed in 53 milliseconds