Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/actions/
DInputSetupActionUtils.java34 public static final String INTENT_ACTION_INPUT_SETUP = field in InputSetupActionUtils
124 return INTENT_ACTION_INPUT_SETUP.equals(action) in hasInputSetupAction()
/packages/apps/TV/common/src/com/android/tv/common/util/
DCommonUtils.java72 Intent intentContainer = new Intent(InputSetupActionUtils.INTENT_ACTION_INPUT_SETUP); in createSetupIntent()