Searched refs:EXTRA_RESTORE_CROSS_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
2600 && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY)) { in onStop()5645 && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY)) { in startActivity()5653 mIntent.removeExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY); in startActivity()5656 intent.putExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY, true); in startActivity()6401 mIntent.removeExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY); in restoreAutofillSaveUi()
198 intent.putExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY, true); in SaveUi()
221 public static final String EXTRA_RESTORE_CROSS_ACTIVITY = field in AutofillManager