Searched refs:LAST_AUTOFILL_ID (Results 1 – 1 of 1) sorted by relevance
761 private static final String LAST_AUTOFILL_ID = "android:lastAutofillId"; field in Activity1577 mLastAutofillId = savedInstanceState.getInt(LAST_AUTOFILL_ID, in onCreate()2241 outState.putInt(LAST_AUTOFILL_ID, mLastAutofillId); in onSaveInstanceState()