Home
last modified time | relevance | path

Searched refs:hasInputSetupAction (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/actions/
DInputSetupActionUtilsTest.java40 assertThat(InputSetupActionUtils.hasInputSetupAction(intent)).isTrue(); in hasInputSetupAction_launchInputSetup()
46 assertThat(InputSetupActionUtils.hasInputSetupAction(intent)).isTrue(); in hasInputSetupAction_googleLaunchInputSetup()
52 assertThat(InputSetupActionUtils.hasInputSetupAction(intent)).isFalse(); in hasInputSetupAction_bad()
/packages/apps/TV/common/src/com/android/tv/common/actions/
DInputSetupActionUtils.java122 public static boolean hasInputSetupAction(Intent intent) { in hasInputSetupAction() method in InputSetupActionUtils
/packages/apps/TV/common/src/com/android/tv/common/util/
DCommonUtils.java70 if (!InputSetupActionUtils.hasInputSetupAction(originalSetupIntent)) { in createSetupIntent()
/packages/apps/TV/src/com/android/tv/
DSetupPassthroughActivity.java90 InputSetupActionUtils.hasInputSetupAction(intent), in onCreate()