Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockSettingsHelper.java388 private void copyOptionalExtras(Intent inIntent, Intent outIntent) { in copyOptionalExtras() argument
391 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() argument
408 SetupWizardUtils.copySetupExtras(inIntent, outIntent); in copyInternalExtras()
411 outIntent.putExtra(WizardManagerHelper.EXTRA_THEME, theme); in copyInternalExtras()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplayColorProfile.cpp359 RenderIntent* outIntent) const { in getBestColorMode()
364 *outIntent = iter->second.renderIntent; in getBestColorMode()
375 *outIntent = RenderIntent::COLORIMETRIC; in getBestColorMode()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DDisplayColorProfile.h64 ui::RenderIntent* outIntent) const = 0;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DDisplayColorProfile.h45 ui::RenderIntent* outIntent) const override;