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

/frameworks/base/core/java/android/app/
H A DActivity.java722 private static final String LAST_AUTOFILL_ID = "android:lastAutofillId"; field in class:Activity
1003 mLastAutofillId = savedInstanceState.getInt(LAST_AUTOFILL_ID,
1568 outState.putInt(LAST_AUTOFILL_ID, mLastAutofillId);

Completed in 698 milliseconds