Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/
DTvCommonUtils.java37 if (!TvCommonConstants.INTENT_ACTION_INPUT_SETUP.equals(originalSetupIntent.getAction())) { in createSetupIntent()
38 Intent intentContainer = new Intent(TvCommonConstants.INTENT_ACTION_INPUT_SETUP); in createSetupIntent()
DTvCommonConstants.java37 public static final String INTENT_ACTION_INPUT_SETUP = field in TvCommonConstants
/packages/apps/TV/src/com/android/tv/
DSetupPassthroughActivity.java50 intent.getAction().equals(TvCommonConstants.INTENT_ACTION_INPUT_SETUP)); in onCreate()