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.java291 private void copyOptionalExtras(Intent inIntent, Intent outIntent) { in copyOptionalExtras() argument
294 outIntent.putExtra(Intent.EXTRA_INTENT, intentSender); in copyOptionalExtras()
298 outIntent.putExtra(Intent.EXTRA_TASK_ID, taskId); in copyOptionalExtras()
305 outIntent.addFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in copyOptionalExtras()
306 outIntent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in copyOptionalExtras()
310 private void copyInternalExtras(Intent inIntent, Intent outIntent) { in copyInternalExtras() argument
313 outIntent.putExtra(WizardManagerHelper.EXTRA_THEME, theme); in copyInternalExtras()