Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/
DProperties.java444 selectProperties(selected, false); in propertyNames()
457 selectProperties(stringProperties, true); in stringPropertyNames()
461 …private <K> void selectProperties(Hashtable<K, Object> selectProperties, final boolean isStringOnl… in selectProperties() method in Properties
463 defaults.selectProperties(selectProperties, isStringOnly); in selectProperties()
474 selectProperties.put(key, value); in selectProperties()