HomeSort by relevance Sort by last modified time
    Searched refs:INTENT_ACTION_INPUT_SETUP (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/common/src/com/android/tv/common/
TvCommonConstants.java 37 public static final String INTENT_ACTION_INPUT_SETUP =
42 * {@link INTENT_ACTION_INPUT_SETUP}.
50 * {@link INTENT_ACTION_INPUT_SETUP}.
59 * {@link INTENT_ACTION_INPUT_SETUP}.
TvCommonUtils.java 32 * TvCommonConstants#INTENT_ACTION_INPUT_SETUP}.
39 if (!TvCommonConstants.INTENT_ACTION_INPUT_SETUP.equals(originalSetupIntent.getAction())) {
40 Intent intentContainer = new Intent(TvCommonConstants.INTENT_ACTION_INPUT_SETUP);
50 * TvCommonConstants#INTENT_ACTION_INPUT_SETUP}.
  /packages/apps/TV/src/com/android/tv/
SetupPassthroughActivity.java 78 intent.getAction().equals(TvCommonConstants.INTENT_ACTION_INPUT_SETUP));

Completed in 223 milliseconds