Searched refs:vendorServicePath (Results 1 – 1 of 1) sorted by relevance
169 String vendorServicePath = mInjector.getResources().getString(VENDOR_SERVICE_COMPONENT_ID); in bindVendorService() local171 if (vendorServicePath.isEmpty()) { in bindVendorService()176 ComponentName componentName = ComponentName.unflattenFromString(vendorServicePath); in bindVendorService()191 String msg = "Failed to bind to vendor service at {" + vendorServicePath + "}."; in bindVendorService()