Home
last modified time | relevance | path

Searched refs:TV_AD_SERVICE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/tv/ad/
DTvAdView.java162 mTvAdManager = (TvAdManager) getContext().getSystemService(Context.TV_AD_SERVICE); in TvAdView()
DTvAdManager.java62 @SystemService(Context.TV_AD_SERVICE)
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1019 registerService(Context.TV_AD_SERVICE, TvAdManager.class, in registerService() argument
1025 ServiceManager.getServiceOrThrow(Context.TV_AD_SERVICE); in registerService()
/frameworks/base/core/java/android/content/
DContext.java5904 public static final String TV_AD_SERVICE = "tv_ad"; field in Context
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java505 publishBinderService(Context.TV_AD_SERVICE, new TvAdBinderService()); in onStart()
/frameworks/base/core/api/
Dcurrent.txt10786 …("android.media.tv.flags.enable_ad_service_fw") public static final String TV_AD_SERVICE = "tv_ad";