Home
last modified time | relevance | path

Searched defs:isAutofilled (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DView.java9435 public boolean isAutofilled() { in isAutofilled() method in View
12063 public void setAutofilled(boolean isAutofilled, boolean hideHighlight) { in setAutofilled()