Searched refs:getAutofillViewId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java985 return new AutofillId(view.getAutofillViewId());
989 return new AutofillId(parent.getAutofillViewId(), virtualId);
/frameworks/base/core/java/android/view/
H A DView.java7782 mAutofillId = new AutofillId(getAutofillViewId());
8015 && getAutofillViewId() > LAST_APP_AUTOFILL_ID;
8541 public int getAutofillViewId() { method in class:View
12199 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) {
21619 if (getAutofillViewId() == autofillId) {

Completed in 106 milliseconds