Home
last modified time | relevance | path

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

/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.java71 if (!InputSetupActionUtils.hasInputSetupAction(originalSetupIntent)) { in createSetupIntent()
/packages/apps/TV/src/com/android/tv/
DSetupPassthroughActivity.java79 InputSetupActionUtils.hasInputSetupAction(intent), in onCreate()