Searched refs:propertyAliasTable (Results 1 – 1 of 1) sorted by relevance
71 private transient LinkedHashMap<String, Service> propertyAliasTable; field in Provider165 if (propertyAliasTable != null) { in clear()166 propertyAliasTable.clear(); in clear()433 if (o == null && propertyAliasTable != null) { in getService()434 o = propertyAliasTable.get(key); in getService()588 if (propertyAliasTable != null) { in removeFromPropertyServiceTable()589 propertyAliasTable.remove(key(serviceName, aliasName)); in removeFromPropertyServiceTable()614 if (ser != null && propertyAliasTable != null in removeFromPropertyServiceTable()617 propertyAliasTable.remove(key(serviceName, alias)); in removeFromPropertyServiceTable()681 if (propertyAliasTable == null) { in updatePropertyServiceTable()[all …]