Searched refs:LAST_AUTOFILL_ID (Results 1 – 2 of 2) sorted by relevance
55 public static final String LAST_AUTOFILL_ID = "android:lastAutofillId"; field in AutofillClientController103 mLastAutofillId = savedInstanceState.getInt(LAST_AUTOFILL_ID, View.LAST_APP_AUTOFILL_ID); in onActivityCreated()201 outState.putInt(LAST_AUTOFILL_ID, mLastAutofillId); in onSaveInstanceState()
1331 Landroid/app/Activity;->LAST_AUTOFILL_ID:Ljava/lang/String;