Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java459 Set<String> set = tProps.stringPropertyNames(); in test_stringPropertyNames()
463 assertNotSame(set, tProps.stringPropertyNames()); in test_stringPropertyNames()
465 set = new Properties().stringPropertyNames(); in test_stringPropertyNames()
468 set = new Properties(System.getProperties()).stringPropertyNames(); in test_stringPropertyNames()
474 set = tProps.stringPropertyNames(); in test_stringPropertyNames()
481 set = tProps.stringPropertyNames(); in test_stringPropertyNames()
514 Set<String> nameSet = properties.stringPropertyNames(); in test_stringPropertyNames_scenario1()
530 nameSet = properties.stringPropertyNames(); in test_stringPropertyNames_scenario1()
571 Set<String> nameSet = properties.stringPropertyNames(); in test_stringPropertyNames_scenario2()
591 nameSet = properties.stringPropertyNames(); in test_stringPropertyNames_scenario2()
/libcore/luni/src/main/java/java/util/
DPropertyResourceBundle.java68 return resources.stringPropertyNames(); in handleKeySet()
DProperties.java455 public Set<String> stringPropertyNames() { in stringPropertyNames() method in Properties