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.java567 private void copyOptionalExtras(Intent inIntent, Intent outIntent) { in copyOptionalExtras() argument
570 outIntent.putExtra(Intent.EXTRA_INTENT, intentSender); in copyOptionalExtras()
574 outIntent.putExtra(Intent.EXTRA_TASK_ID, taskId); in copyOptionalExtras()
581 outIntent.addFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in copyOptionalExtras()
582 outIntent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in copyOptionalExtras()
586 private void copyInternalExtras(Intent inIntent, Intent outIntent) { in copyInternalExtras() argument
587 SetupWizardUtils.copySetupExtras(inIntent, outIntent); in copyInternalExtras()
590 outIntent.putExtra(WizardManagerHelper.EXTRA_THEME, theme); in copyInternalExtras()