Home
last modified time | relevance | path

Searched refs:mLastAutofillId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillClientController.java62 public int mLastAutofillId = View.LAST_APP_AUTOFILL_ID; field in AutofillClientController
103 mLastAutofillId = savedInstanceState.getInt(LAST_AUTOFILL_ID, View.LAST_APP_AUTOFILL_ID); in onActivityCreated()
201 outState.putInt(LAST_AUTOFILL_ID, mLastAutofillId); in onSaveInstanceState()
312 if (mLastAutofillId == Integer.MAX_VALUE - 1) { in getNextAutofillId()
313 mLastAutofillId = View.LAST_APP_AUTOFILL_ID; in getNextAutofillId()
316 mLastAutofillId++; in getNextAutofillId()
318 return mLastAutofillId; in getNextAutofillId()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt1360 Landroid/app/Activity;->mLastAutofillId:I