Searched refs:propertyServiceTable (Results 1 – 1 of 1) sorted by relevance
68 private transient LinkedHashMap<String, Service> propertyServiceTable; field in Provider159 if (propertyServiceTable != null) { in clear()160 propertyServiceTable.clear(); in clear()430 if (o == null && propertyServiceTable != null) { in getService()431 o = propertyServiceTable.get(key); in getService()463 if (propertyServiceTable != null) { in getServices()464 lastServicesSet.addAll(propertyServiceTable.values()); in getServices()591 if (propertyServiceTable != null) { in removeFromPropertyServiceTable()592 for (Iterator<Service> it = propertyServiceTable.values().iterator(); it in removeFromPropertyServiceTable()612 if (propertyServiceTable != null) { in removeFromPropertyServiceTable()[all …]