Searched refs:controllerFactory (Results 1 – 1 of 1) sorted by relevance
115 public ImsServiceControllerFactory controllerFactory; field in ImsResolver.ImsServiceInfo153 return controllerFactory != null ? controllerFactory.equals(that.controllerFactory) in equals()154 : that.controllerFactory == null; in equals()162 result = 31 * result + (controllerFactory != null ? controllerFactory.hashCode() : 0); in hashCode()887 controller = info.controllerFactory.create(mContext, info.name, this); in bindImsServiceWithFeatures()1105 service.controllerFactory.getServiceInterface()); in startDynamicQuery()1191 info.controllerFactory = mImsServiceControllerFactoryStaticBindingCompat; in getStaticImsService()1199 ImsServiceControllerFactory controllerFactory) { in searchForImsServices() argument1202 Intent serviceIntent = new Intent(controllerFactory.getServiceInterface()); in searchForImsServices()1215 info.controllerFactory = controllerFactory; in searchForImsServices()[all …]