Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DActivity.java769 private static final String AUTOFILL_RESET_NEEDED = "@android:autofillResetNeeded"; field in Activity
1605 mAutoFillResetNeeded = savedInstanceState.getBoolean(AUTOFILL_RESET_NEEDED, false); in onCreate()
2287 outState.putBoolean(AUTOFILL_RESET_NEEDED, true); in onSaveInstanceState()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1298 Landroid/app/Activity;->AUTOFILL_RESET_NEEDED:Ljava/lang/String;