Home
last modified time | relevance | path

Searched refs:propertyAliasTable (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
DProvider.java71 private transient LinkedHashMap<String, Service> propertyAliasTable; field in Provider
165 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 …]