Searched refs:explicitIntent (Results 1 – 2 of 2) sorted by relevance
213 Intent explicitIntent = new Intent(); in bindMdnsOffloadManager() local214 explicitIntent.setComponent(componentName); in bindMdnsOffloadManager()215 boolean bindingSuccessful = bindService(explicitIntent, in bindMdnsOffloadManager()
186 Intent explicitIntent = new Intent(); in bindVendorService() local187 explicitIntent.setComponent(componentName); in bindVendorService()189 explicitIntent, mVendorServiceConnection, Context.BIND_AUTO_CREATE); in bindVendorService()