Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A 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()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java839 if (sLastAutofillId == View.LAST_APP_AUTOFILL_ID - 1) { in getNextAutofillId()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java904 public static final int LAST_APP_AUTOFILL_ID = Integer.MAX_VALUE / 2; field in View
10400 if (getAutofillViewId() <= LAST_APP_AUTOFILL_ID) { in isAutofillable()
16131 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) { in onVisibilityAggregated()
22209 || mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()
22220 if (mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63521 Landroid/view/View;->LAST_APP_AUTOFILL_ID:I