Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/password/
DChooseLockSettingsHelper.java367 Intent inIntent = mFragment != null ? mFragment.getActivity().getIntent() : in launchConfirmationActivity() local
369 copyInternalExtras(inIntent, intent); in launchConfirmationActivity()
372 copyOptionalExtras(inIntent, intent); in launchConfirmationActivity()
388 private void copyOptionalExtras(Intent inIntent, Intent outIntent) { in copyOptionalExtras() argument
389 IntentSender intentSender = inIntent.getParcelableExtra(Intent.EXTRA_INTENT); in copyOptionalExtras()
393 int taskId = inIntent.getIntExtra(Intent.EXTRA_TASK_ID, -1); in copyOptionalExtras()
407 private void copyInternalExtras(Intent inIntent, Intent outIntent) { in copyInternalExtras() argument
408 SetupWizardUtils.copySetupExtras(inIntent, outIntent); in copyInternalExtras()
409 String theme = inIntent.getStringExtra(WizardManagerHelper.EXTRA_THEME); in copyInternalExtras()