Searched refs:childrenNamesSpi (Results 1 - 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DMockAbstractPreferences.java89 protected String[] childrenNamesSpi() throws BackingStoreException { method in class:MockAbstractPreferences
210 childrenNamesSpi();
/libcore/luni/src/main/java/java/util/prefs/
H A DFilePreferencesImpl.java94 protected String[] childrenNamesSpi() throws BackingStoreException { method in class:FilePreferencesImpl
H A DAbstractPreferences.java241 protected abstract String[] childrenNamesSpi() throws BackingStoreException; method in class:AbstractPreferences
355 String[] names = childrenNamesSpi();
710 String[] childrenNames = childrenNamesSpi();
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldAbstractPreferencesTest.java1092 protected String[] childrenNamesSpi() throws BackingStoreException { method in class:OldAbstractPreferencesTest.MockAbstractPreferences

Completed in 54 milliseconds