Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/actions/
DInputSetupActionUtils.java49 public static final String EXTRA_SETUP_INTENT = "com.android.tv.extra.SETUP_INTENT"; field in InputSetupActionUtils
96 extras.remove(EXTRA_SETUP_INTENT); in removeSetupIntent()
106 Intent setupIntent = extras.getParcelable(EXTRA_SETUP_INTENT); in getExtraSetupIntent()
/packages/apps/TV/common/src/com/android/tv/common/util/
DCommonUtils.java72 intentContainer.putExtra(InputSetupActionUtils.EXTRA_SETUP_INTENT, originalSetupIntent); in createSetupIntent()