Home
last modified time | relevance | path

Searched defs:TV_INTERACTIVE_APP_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1046 registerService(Context.TV_INTERACTIVE_APP_SERVICE, TvInteractiveAppManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java6056 public static final String TV_INTERACTIVE_APP_SERVICE = "tv_interactive_app"; field in Context