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.java479 Intent inIntent = mFragment != null ? mFragment.getActivity().getIntent() : in launchConfirmationActivity() local
481 copyInternalExtras(inIntent, intent); in launchConfirmationActivity()
485 copyOptionalExtras(inIntent, intent); in launchConfirmationActivity()
567 private void copyOptionalExtras(Intent inIntent, Intent outIntent) { in copyOptionalExtras() argument
568 IntentSender intentSender = inIntent.getParcelableExtra(Intent.EXTRA_INTENT); in copyOptionalExtras()
572 int taskId = inIntent.getIntExtra(Intent.EXTRA_TASK_ID, -1); in copyOptionalExtras()
586 private void copyInternalExtras(Intent inIntent, Intent outIntent) { in copyInternalExtras() argument
587 SetupWizardUtils.copySetupExtras(inIntent, outIntent); in copyInternalExtras()
588 String theme = inIntent.getStringExtra(WizardManagerHelper.EXTRA_THEME); in copyInternalExtras()