Searched refs:MdnsOffloadManagerService (Results 1 – 5 of 5) sorted by relevance
63 public class MdnsOffloadManagerService extends Service { class65 private static final String TAG = MdnsOffloadManagerService.class.getSimpleName();82 public MdnsOffloadManagerService() { in MdnsOffloadManagerService() method in MdnsOffloadManagerService87 MdnsOffloadManagerService(@NonNull Injector injector) { in MdnsOffloadManagerService() method in MdnsOffloadManagerService
28 PRODUCT_PACKAGES += MdnsOffloadManagerService
19 "MdnsOffloadManagerService",
22 name: "MdnsOffloadManagerService",
71 import com.android.tv.mdnsoffloadmanager.MdnsOffloadManagerService.Injector;137 MdnsOffloadManagerService mOffloadManagerService;159 mOffloadManagerService = new MdnsOffloadManagerService(new Injector() { in createOffloadManager()