Home
last modified time | relevance | path

Searched refs:AUTOFILL_HINT_PASSWORD_AUTO (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java7582 if (!ArrayUtils.contains(hints, AUTOFILL_HINT_PASSWORD_AUTO)) { in getAutofillHints()
7584 AUTOFILL_HINT_PASSWORD_AUTO); in getAutofillHints()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java1323 public static final String AUTOFILL_HINT_PASSWORD_AUTO = "passwordAuto"; field in View