Searched refs:mActiveControllers (Results 1 – 1 of 1) sorted by relevance
519 private Map<ComponentName, ImsServiceController> mActiveControllers = new HashMap<>(); field in ImsResolver1048 ImsServiceController controller = getControllerByServiceInfo(mActiveControllers, info); in bindImsServiceWithFeatures()1067 mActiveControllers.put(info.name, controller); in bindImsServiceWithFeatures()1076 ImsServiceController controller = getControllerByServiceInfo(mActiveControllers, info); in unbindImsService()1086 mActiveControllers.remove(info.name); in unbindImsService()1658 for (ImsServiceController c : mActiveControllers.values()) { in dump()