Searched refs:AUTOFILL_RESET_NEEDED (Results 1 – 2 of 2) sorted by relevance
771 private static final String AUTOFILL_RESET_NEEDED = "@android:autofillResetNeeded"; field in Activity1594 mAutoFillResetNeeded = savedInstanceState.getBoolean(AUTOFILL_RESET_NEEDED, false); in onCreate()2282 outState.putBoolean(AUTOFILL_RESET_NEEDED, true); in onSaveInstanceState()
1298 Landroid/app/Activity;->AUTOFILL_RESET_NEEDED:Ljava/lang/String;