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

/dalvik/libcore/prefs/src/main/java/java/util/prefs/
H A DPreferences.java38 * An instance of the class {@code Preferences} represents one node in a
42 * specific to the user. {@code Preferences} hierarchy trees and data are stored
73 * Preferences can be exported to and imported from an XML files. These
83 * {@code Preferences} type developed. Every J2SE implementation must provide a
97 public abstract class Preferences { class
235 protected Preferences() { method in class:Preferences
614 public abstract Preferences node(String path);
651 public abstract Preferences parent();
922 public static Preferences systemNodeForPackage (Class<?> c) {
935 public static Preferences systemRoo
[all...]

Completed in 820 milliseconds