Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillClientController.java183 && intent.hasExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY)) { in onActivityStopped()
245 && cachedIntent.hasExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY)) { in onStartActivity()
253 cachedIntent.removeExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY); in onStartActivity()
256 startIntent.putExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY, true); in onStartActivity()
269 intent.removeExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY); in restoreAutofillSaveUi()
DAutofillManager.java294 public static final String EXTRA_RESTORE_CROSS_ACTIVITY = field in AutofillManager
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java205 intent.putExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY, true); in SaveUi()