Home
last modified time | relevance | path

Searched refs:getExtraSetupIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/actions/
DInputSetupActionUtilsTest.java80 assertThat(InputSetupActionUtils.getExtraSetupIntent(intent)).isNull(); in getExtraSetupIntent_null()
88 assertThat(InputSetupActionUtils.getExtraSetupIntent(intent)).isEqualTo(setup); in getExtraSetupIntent_setupIntent()
96 assertThat(InputSetupActionUtils.getExtraSetupIntent(intent)).isEqualTo(setup); in getExtraSetupIntent_googleSetupIntent()
/packages/apps/TV/common/src/com/android/tv/common/actions/
DInputSetupActionUtils.java101 public static Intent getExtraSetupIntent(Intent intent) { in getExtraSetupIntent() method in InputSetupActionUtils
/packages/apps/TV/src/com/android/tv/
DSetupPassthroughActivity.java105 Intent setupIntent = InputSetupActionUtils.getExtraSetupIntent(intent); in onCreate()