Searched refs:EXTRA_RESTORE_CROSS_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
183 && 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()
294 public static final String EXTRA_RESTORE_CROSS_ACTIVITY = field in AutofillManager
205 intent.putExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY, true); in SaveUi()