Searched refs:TV_TUNER_RESOURCE_MGR_SERVICE (Results 1 – 7 of 7) sorted by relevance
64 @SystemService(Context.TV_TUNER_RESOURCE_MGR_SERVICE)
904 context.getSystemService(Context.TV_TUNER_RESOURCE_MGR_SERVICE); in registerClient()
1040 registerService(Context.TV_TUNER_RESOURCE_MGR_SERVICE, TunerResourceManager.class, in registerService() argument1046 ServiceManager.getServiceOrThrow(Context.TV_TUNER_RESOURCE_MGR_SERVICE); in registerService()
477 Context.TV_TUNER_RESOURCE_MGR_SERVICE); in acquireHardware()
2855 mContext.getSystemService(Context.TV_TUNER_RESOURCE_MGR_SERVICE); in getClientPriority()
5915 public static final String TV_TUNER_RESOURCE_MGR_SERVICE = "tv_tuner_resource_mgr"; field in Context
142 publishBinderService(Context.TV_TUNER_RESOURCE_MGR_SERVICE, new BinderService()); in onStart()