Searched defs:flushSpi (Results 1 - 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DMockAbstractPreferences.java130 protected void flushSpi() throws BackingStoreException { method in class:MockAbstractPreferences
215 flushSpi();
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldAbstractPreferencesTest.java1109 protected void flushSpi() throws BackingStoreException { method in class:OldAbstractPreferencesTest.MockAbstractPreferences
/libcore/ojluni/src/main/java/java/util/prefs/
H A DAbstractPreferences.java52 * #syncSpi()} and {@link #flushSpi()}. All of the concrete methods specify
63 * childrenNamesSpi, syncSpi</tt> and <tt>flushSpi</tt> methods are specified
1338 * node, invokes flushSpi() on it, unlocks this node, and recursively
1342 * "cached subtree" rooted at this node, calling flushSpi() on each node in
1343 * the subTree while only that node is locked. Note that flushSpi() is
1347 * the {@link #removeNode()} method, flushSpi() is invoked on this node,
1363 flushSpi();
1392 protected abstract void flushSpi() throws BackingStoreException; method in class:AbstractPreferences
H A DFileSystemPreferences.java817 protected void flushSpi() throws BackingStoreException { method in class:FileSystemPreferences

Completed in 60 milliseconds