Searched refs:LAST_AUTOFILL_ID (Results 1 – 2 of 2) sorted by relevance
756 private static final String LAST_AUTOFILL_ID = "android:lastAutofillId"; field in Activity1463 mLastAutofillId = savedInstanceState.getInt(LAST_AUTOFILL_ID, in onCreate()2115 outState.putInt(LAST_AUTOFILL_ID, mLastAutofillId); in onSaveInstanceState()
1510 Landroid/app/Activity;->LAST_AUTOFILL_ID:Ljava/lang/String;