Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java971 if (view instanceof TextView && ((TextView) view).isAnyPasswordInputType()) { in notifyViewEnteredLocked()
1139 if (view instanceof TextView && ((TextView) view).isAnyPasswordInputType()) { in notifyViewEnteredLocked()
/frameworks/base/core/java/android/widget/
DTextView.java6585 public boolean isAnyPasswordInputType() { in isAnyPasswordInputType() method in TextView.Drawables