Searched refs:outIntent (Results 1 – 4 of 4) sorted by relevance
388 private void copyOptionalExtras(Intent inIntent, Intent outIntent) { in copyOptionalExtras() argument391 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() argument408 SetupWizardUtils.copySetupExtras(inIntent, outIntent); in copyInternalExtras()411 outIntent.putExtra(WizardManagerHelper.EXTRA_THEME, theme); in copyInternalExtras()
359 RenderIntent* outIntent) const { in getBestColorMode()364 *outIntent = iter->second.renderIntent; in getBestColorMode()375 *outIntent = RenderIntent::COLORIMETRIC; in getBestColorMode()
64 ui::RenderIntent* outIntent) const = 0;
45 ui::RenderIntent* outIntent) const override;