Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/password/
DChooseLockSettingsHelper.java388 private void copyOptionalExtras(Intent inIntent, Intent outIntent) { in copyOptionalExtras() argument
391 outIntent.putExtra(Intent.EXTRA_INTENT, intentSender); in copyOptionalExtras()
395 outIntent.putExtra(Intent.EXTRA_TASK_ID, taskId); in copyOptionalExtras()
402 outIntent.addFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in copyOptionalExtras()
403 outIntent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in copyOptionalExtras()
407 private void copyInternalExtras(Intent inIntent, Intent outIntent) { in copyInternalExtras() argument
408 SetupWizardUtils.copySetupExtras(inIntent, outIntent); in copyInternalExtras()
411 outIntent.putExtra(WizardManagerHelper.EXTRA_THEME, theme); in copyInternalExtras()