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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DMockAbstractPreferences.java136 protected String getSpi(String key) { method in class:MockAbstractPreferences
218 getSpi(null);
/libcore/ojluni/src/main/java/java/util/prefs/
H A DAbstractPreferences.java49 * (SPI) methods: {@link #getSpi(String)}, {@link #putSpi(String,String)},
59 * behavior. The <tt>getSpi</tt> method should never throw exceptions, but it
264 * #getSpi(String)}, and returns the result, unless the <tt>getSpi</tt>
287 result = getSpi(key);
1116 protected abstract String getSpi(String key); method in class:AbstractPreferences
H A DFileSystemPreferences.java531 protected String getSpi(String key) { method in class:FileSystemPreferences
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldAbstractPreferencesTest.java1113 protected String getSpi(String key) { method in class:OldAbstractPreferencesTest.MockAbstractPreferences

Completed in 99 milliseconds