Searched refs:childrenNames (Results 1 – 10 of 10) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
D | FilePreferencesImplTest.java | 81 String[] childNames = uroot.childrenNames(); in testChildNodes() 84 childNames = child1.childrenNames(); in testChildNodes() 87 childNames = child2.childrenNames(); in testChildNodes() 91 childNames = uroot.childrenNames(); in testChildNodes() 95 childNames = uroot.childrenNames(); in testChildNodes() 100 childNames = sroot.childrenNames(); in testChildNodes() 105 childNames = child1.childrenNames(); in testChildNodes() 108 childNames = child2.childrenNames(); in testChildNodes() 115 childNames = sroot.childrenNames(); in testChildNodes() 118 childNames = sroot.childrenNames(); in testChildNodes()
|
D | PreferencesTest.java | 85 assertEquals(0, p.childrenNames().length); in testSystemNodeForPackage() 123 assertEquals(0, p.childrenNames().length); in testUserNodeForPackage() 156 assertEquals(1, prefs.childrenNames().length); in testImportPreferences() 258 public String[] childrenNames() throws BackingStoreException { in childrenNames() method in PreferencesTest.MockPreferences
|
D | AbstractPreferencesTest.java | 182 assertEquals(0, pref.childrenNames().length); in testChildrenNames() 200 assertEquals(3, pref.childrenNames().length); in testChildrenNames() 421 String[] names = pref.childrenNames(); in testCharCase() 1042 p.childrenNames(); in testBackingStoreException() 1081 p.childrenNames(); in testBackingStoreException() 1140 p.childrenNames(); in testRuntimeException() 1209 p.childrenNames(); in testRuntimeException() 1267 p.childrenNames(); in testSPIReturnNull() 1295 p.childrenNames(); in testSPIReturnNull() 1359 pref.childrenNames(); in testIllegalStateException() [all …]
|
D | MockAbstractPreferences.java | 175 String[] children = p.childrenNames(); in removeNodeSpi()
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldFilePreferencesImplTest.java | 53 String[] childNames = sroot.childrenNames(); in testSystemChildNodes() 58 childNames = child1.childrenNames(); in testSystemChildNodes() 61 childNames = child2.childrenNames(); in testSystemChildNodes() 65 childNames = sroot.childrenNames(); in testSystemChildNodes() 71 childNames = sroot.childrenNames(); in testSystemChildNodes()
|
D | OldAbstractPreferencesTest.java | 61 assertEquals(0, root.childrenNames().length); in setUp() 171 assertEquals(1, pref.childrenNames().length); in testRemove() 173 assertEquals(1, pref.childrenNames().length); in testRemove() 192 assertEquals(1, pref.childrenNames().length); in testClear() 196 assertEquals(1, pref.childrenNames().length); in testClear() 678 assertEquals(2, pref.childrenNames().length); in testChildrenNames() 679 assertEquals(0, first.childrenNames().length); in testChildrenNames() 680 assertEquals(0, second.childrenNames().length); in testChildrenNames() 685 second.childrenNames(); in testChildrenNames() 694 first.childrenNames(); in testChildrenNames() [all …]
|
D | OldPreferencesTest.java | 65 for (String child : pref.childrenNames()) { in setUp() 79 p.childrenNames(); in testAbstractMethods() 146 assertEquals(3, pref.childrenNames().length); in testChildrenNames() 147 assertEquals("child1", pref.childrenNames()[0]); in testChildrenNames() 148 assertEquals(1, child1.childrenNames().length); in testChildrenNames() 149 assertEquals("subchild1", child1.childrenNames()[0]); in testChildrenNames() 973 public String[] childrenNames() throws BackingStoreException { in childrenNames() method in OldPreferencesTest.MockPreferences
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
D | Preferences.java | 955 public abstract String[] childrenNames() throws BackingStoreException; in childrenNames() method in Preferences
|
D | AbstractPreferences.java | 719 public String[] childrenNames() throws BackingStoreException { in childrenNames() method in AbstractPreferences 1288 String[] kidNames = childrenNames();
|
D | XmlSupport.java | 168 kidNames = prefs.childrenNames(); in putPreferencesInXml()
|