Searched refs:exportNode (Results 1 – 7 of 7) sorted by relevance
105 p.exportNode(baos); in testHtmlEncoding()
81 p.exportNode(null); in testAbstractMethods()982 public void exportNode(OutputStream ostream) throws IOException, BackingStoreException { in exportNode() method in OldPreferencesTest.MockPreferences
996 pref.exportNode(baos); in testExportNode()1013 pref.exportNode(new ByteArrayOutputStream()); in testExportNode()
1239 public abstract void exportNode(OutputStream os) in exportNode() method in Preferences
1648 public void exportNode(OutputStream os)
931 pref.exportNode(null); in testExportNode()942 child.exportNode(out); in testExportNode()1114 p.exportNode(new ByteArrayOutputStream()); in testBackingStoreException()1242 p.exportNode(new ByteArrayOutputStream()); in testRuntimeException()1320 p.exportNode(System.out); in testSPIReturnNull()1501 pref.exportNode(null); in testIllegalStateException()
267 public void exportNode(OutputStream ostream) throws IOException, in exportNode() method in PreferencesTest.MockPreferences