HomeSort by relevance Sort by last modified time
    Searched full:propertyaliastable (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/security/
Provider.java 71 private transient LinkedHashMap<String, Service> propertyAliasTable;
165 if (propertyAliasTable != null) {
166 propertyAliasTable.clear();
433 if (o == null && propertyAliasTable != null) {
434 o = propertyAliasTable.get(key);
588 if (propertyAliasTable != null) {
589 propertyAliasTable.remove(key(serviceName, aliasName));
614 if (ser != null && propertyAliasTable != null
617 propertyAliasTable.remove(key(serviceName, alias));
681 if (propertyAliasTable == null)
    [all...]

Completed in 71 milliseconds