Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivity.java939 private int mLastAutofillId = View.LAST_APP_AUTOFILL_ID; field in Activity
1467 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt1360 Landroid/app/Activity;->mLastAutofillId:I