Searched refs:mLastAutofillId (Results 1 – 1 of 1) sorted by relevance
939 private int mLastAutofillId = View.LAST_APP_AUTOFILL_ID; field in Activity1463 mLastAutofillId = savedInstanceState.getInt(LAST_AUTOFILL_ID, in onCreate()1892 if (mLastAutofillId == Integer.MAX_VALUE - 1) { in getNextAutofillId()1893 mLastAutofillId = View.LAST_APP_AUTOFILL_ID; in getNextAutofillId()1896 mLastAutofillId++; in getNextAutofillId()1898 return mLastAutofillId; in getNextAutofillId()2115 outState.putInt(LAST_AUTOFILL_ID, mLastAutofillId); in onSaveInstanceState()