Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillClientController.java62 public int mLastAutofillId = View.LAST_APP_AUTOFILL_ID;
103 mLastAutofillId = savedInstanceState.getInt(LAST_AUTOFILL_ID, View.LAST_APP_AUTOFILL_ID); in onActivityCreated()
313 mLastAutofillId = View.LAST_APP_AUTOFILL_ID; in getNextAutofillId()
/frameworks/base/core/java/android/content/
DContext.java874 if (sLastAutofillId == View.LAST_APP_AUTOFILL_ID - 1) { in getNextAutofillId()
/frameworks/base/core/java/android/view/
DView.java944 public static final int LAST_APP_AUTOFILL_ID = Integer.MAX_VALUE / 2; field in View
11017 if (getAutofillViewId() <= LAST_APP_AUTOFILL_ID) {
16957 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) { in notifyAutofillManagerViewVisibilityChanged()
23081 || mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()
23092 if (mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62878 Landroid/view/View;->LAST_APP_AUTOFILL_ID:I