Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivity.java724 private static final String AUTOFILL_RESET_NEEDED = "@android:autofillResetNeeded"; field in Activity
1002 mAutoFillResetNeeded = savedInstanceState.getBoolean(AUTOFILL_RESET_NEEDED, false); in onCreate()
1574 outState.putBoolean(AUTOFILL_RESET_NEEDED, true); in onSaveInstanceState()