Searched refs:INTENT_ACTION_INPUT_SETUP (Results 1 – 3 of 3) sorted by relevance
37 if (!TvCommonConstants.INTENT_ACTION_INPUT_SETUP.equals(originalSetupIntent.getAction())) { in createSetupIntent()38 Intent intentContainer = new Intent(TvCommonConstants.INTENT_ACTION_INPUT_SETUP); in createSetupIntent()
37 public static final String INTENT_ACTION_INPUT_SETUP = field in TvCommonConstants
50 intent.getAction().equals(TvCommonConstants.INTENT_ACTION_INPUT_SETUP)); in onCreate()