Home | History | Annotate | Download | only in prefs

Lines Matching refs:key

48      * Key of the preference that changed.
52 private String key;
65 * @param key The key of the preference that was changed.
69 public PreferenceChangeEvent(Preferences node, String key,
72 this.key = key;
86 * Returns the key of the preference that was changed.
88 * @return The key of the preference that was changed.
91 return key;