Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DActivity.java2635 && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY)) { in onStop()
5735 && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY)) {
5743 mIntent.removeExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY);
5746 intent.putExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY, true);
6495 mIntent.removeExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY);
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java199 intent.putExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY, true); in SaveUi()
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java269 public static final String EXTRA_RESTORE_CROSS_ACTIVITY = field in AutofillManager