Searched refs:controllerFactory (Results 1 – 1 of 1) sorted by relevance
150 public ImsServiceControllerFactory controllerFactory; field in ImsResolver.ImsServiceInfo186 return controllerFactory != null ? controllerFactory.equals(that.controllerFactory) in equals()187 : that.controllerFactory == null; in equals()195 result = 31 * result + (controllerFactory != null ? controllerFactory.hashCode() : 0); in hashCode()1060 controller = info.controllerFactory.create(mContext, info.name, this); in bindImsServiceWithFeatures()1427 service.controllerFactory.getServiceInterface()); in startDynamicQuery()1535 ImsServiceControllerFactory controllerFactory) { in searchForImsServices() argument1538 Intent serviceIntent = new Intent(controllerFactory.getServiceInterface()); in searchForImsServices()1551 info.controllerFactory = controllerFactory; in searchForImsServices()1559 || mImsServiceControllerFactoryCompat == controllerFactory) { in searchForImsServices()[all …]