Searched refs:mLastAutofillId (Results 1 – 2 of 2) sorted by relevance
939 private int mLastAutofillId = View.LAST_APP_AUTOFILL_ID; field in Activity1467 mLastAutofillId = savedInstanceState.getInt(LAST_AUTOFILL_ID, in onCreate()1898 if (mLastAutofillId == Integer.MAX_VALUE - 1) { in getNextAutofillId()1899 mLastAutofillId = View.LAST_APP_AUTOFILL_ID; in getNextAutofillId()1902 mLastAutofillId++; in getNextAutofillId()1904 return mLastAutofillId; in getNextAutofillId()2121 outState.putInt(LAST_AUTOFILL_ID, mLastAutofillId); in onSaveInstanceState()
1360 Landroid/app/Activity;->mLastAutofillId:I