Searched refs:mLastAutofillId (Results 1 – 2 of 2) sorted by relevance
62 public int mLastAutofillId = View.LAST_APP_AUTOFILL_ID; field in AutofillClientController103 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()
1360 Landroid/app/Activity;->mLastAutofillId:I