Searched refs:mActiveControllers (Results 1 – 1 of 1) sorted by relevance
584 private final Map<ComponentName, ImsServiceController> mActiveControllers = new HashMap<>(); field in ImsResolver1230 ImsServiceController controller = getControllerByServiceInfo(mActiveControllers, info); in bindImsServiceWithFeatures()1251 mActiveControllers.put(info.name, controller); in bindImsServiceWithFeatures()1260 ImsServiceController controller = getControllerByServiceInfo(mActiveControllers, info); in unbindImsService()1270 mActiveControllers.remove(info.name); in unbindImsService()1868 for (ImsServiceController c : mActiveControllers.values()) { in dump()