Home
last modified time | relevance | path

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

/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/actions/
DInputSetupActionUtilsTest.java103 InputSetupActionUtils.removeSetupIntent(extras); in removeSetupIntent_empty()
111 InputSetupActionUtils.removeSetupIntent(extras); in removeSetupIntent_other()
120 InputSetupActionUtils.removeSetupIntent(extras); in removeSetupIntent_setup()
129 InputSetupActionUtils.removeSetupIntent(extras); in removeSetupIntent_googleSetup()
140 InputSetupActionUtils.removeSetupIntent(extras); in removeSetupIntent_bothSetups()
/packages/apps/TV/common/src/com/android/tv/common/actions/
DInputSetupActionUtils.java95 public static void removeSetupIntent(Bundle extras) { in removeSetupIntent() method in InputSetupActionUtils
/packages/apps/TV/src/com/android/tv/
DSetupPassthroughActivity.java116 InputSetupActionUtils.removeSetupIntent(extras); in onCreate()