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

  /libcore/luni/src/main/java/java/security/
Provider.java 68 private transient LinkedHashMap<String, Service> propertyServiceTable;
159 if (propertyServiceTable != null) {
160 propertyServiceTable.clear();
430 if (o == null && propertyServiceTable != null) {
431 o = propertyServiceTable.get(key);
463 if (propertyServiceTable != null) {
464 lastServicesSet.addAll(propertyServiceTable.values());
591 if (propertyServiceTable != null) {
592 for (Iterator<Service> it = propertyServiceTable.values().iterator(); it
612 if (propertyServiceTable != null)
    [all...]

Completed in 870 milliseconds