Searched refs:mLastAutofillId (Results 1 – 2 of 2) sorted by relevance
960 private int mLastAutofillId = View.LAST_APP_AUTOFILL_ID; field in Activity1595 mLastAutofillId = savedInstanceState.getInt(LAST_AUTOFILL_ID, in onCreate()2059 if (mLastAutofillId == Integer.MAX_VALUE - 1) { in getNextAutofillId()2060 mLastAutofillId = View.LAST_APP_AUTOFILL_ID; in getNextAutofillId()2063 mLastAutofillId++; in getNextAutofillId()2065 return mLastAutofillId; in getNextAutofillId()2276 outState.putInt(LAST_AUTOFILL_ID, mLastAutofillId); in onSaveInstanceState()
1360 Landroid/app/Activity;->mLastAutofillId:I