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 30 * TvCommonConstants#INTENT_ACTION_INPUT_SETUP}.
37 if (!TvCommonConstants.INTENT_ACTION_INPUT_SETUP.equals(originalSetupIntent.getAction())) {
38 Intent intentContainer = new Intent(TvCommonConstants.INTENT_ACTION_INPUT_SETUP);
48 * TvCommonConstants#INTENT_ACTION_INPUT_SETUP}.
  /packages/apps/TV/src/com/android/tv/
SetupPassthroughActivity.java 50 intent.getAction().equals(TvCommonConstants.INTENT_ACTION_INPUT_SETUP));

Completed in 4991 milliseconds