Home
last modified time | relevance | path

Searched refs:LAST_AUTOFILL_ID (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillClientController.java55 public static final String LAST_AUTOFILL_ID = "android:lastAutofillId"; field in AutofillClientController
103 mLastAutofillId = savedInstanceState.getInt(LAST_AUTOFILL_ID, View.LAST_APP_AUTOFILL_ID); in onActivityCreated()
201 outState.putInt(LAST_AUTOFILL_ID, mLastAutofillId); in onSaveInstanceState()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt1331 Landroid/app/Activity;->LAST_AUTOFILL_ID:Ljava/lang/String;