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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DMockAbstractPreferences.java110 return childSpi(name);
114 protected AbstractPreferences childSpi(String name) { method in class:MockAbstractPreferences
213 childSpi("mock");
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldAbstractPreferencesTest.java1099 protected AbstractPreferences childSpi(String name) { method in class:OldAbstractPreferencesTest.MockAbstractPreferences
/libcore/ojluni/src/main/java/java/util/prefs/
H A DAbstractPreferences.java50 * {@link #removeSpi(String)}, {@link #childSpi(String)}, {@link
70 * #removeSpi(String)} and {@link #childSpi(String)} have more complicated
87 * childSpi</tt> <i>should</i> throw an exception: if the caller lacks
157 * prior to calling childSpi() or getChild().
773 * exceed <tt>MAX_NAME_LENGTH</tt>. Then the {@link #childSpi(String)}
781 * child-cache or returned by <tt>childSpi</tt> is returned by this
833 child = childSpi(token);
853 * #childSpi(String)}.
923 * #childSpi(String)} method is invoked to create a <tt>Preferences</tt>
964 kidCache.put(kidNames[i], childSpi(kidName
1265 protected abstract AbstractPreferences childSpi(String name); method in class:AbstractPreferences
[all...]
H A DFileSystemPreferences.java498 * parent node and name. This constructor, called from childSpi,
662 protected AbstractPreferences childSpi(String name) { method in class:FileSystemPreferences

Completed in 351 milliseconds