Home
last modified time | relevance | path

Searched refs:LAST_APP_AUTOFILL_ID (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DActivity.java858 private int mLastAutofillId = View.LAST_APP_AUTOFILL_ID;
1004 View.LAST_APP_AUTOFILL_ID); in onCreate()
1365 mLastAutofillId = View.LAST_APP_AUTOFILL_ID; in getNextAutofillId()
/frameworks/base/core/java/android/content/
DContext.java505 if (sLastAutofillId == View.LAST_APP_AUTOFILL_ID - 1) { in getNextAutofillId()
/frameworks/base/core/java/android/view/
DView.java808 public static final int LAST_APP_AUTOFILL_ID = Integer.MAX_VALUE / 2; field in View
8015 && getAutofillViewId() > LAST_APP_AUTOFILL_ID;
12199 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) {
17651 || mAutofillViewId > LAST_APP_AUTOFILL_ID) {
17662 if (mAutofillViewId > LAST_APP_AUTOFILL_ID) {