Home
last modified time | relevance | path

Searched refs:explicitIntent (Results 1 – 2 of 2) sorted by relevance

/device/google/atv/MdnsOffloadCmdService/src/com/android/tv/mdnsoffloadcmd/
DMdnsOffloadCmdService.java213 Intent explicitIntent = new Intent(); in bindMdnsOffloadManager() local
214 explicitIntent.setComponent(componentName); in bindMdnsOffloadManager()
215 boolean bindingSuccessful = bindService(explicitIntent, in bindMdnsOffloadManager()
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DMdnsOffloadManagerService.java186 Intent explicitIntent = new Intent(); in bindVendorService() local
187 explicitIntent.setComponent(componentName); in bindVendorService()
189 explicitIntent, mVendorServiceConnection, Context.BIND_AUTO_CREATE); in bindVendorService()