Searched defs:restoreValue (Results 1 – 12 of 12) sorted by relevance
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
D | EditTextPreference.java | 91 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue()
|
D | ListPreference.java | 258 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue()
|
D | TwoStatePreference.java | 188 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue()
|
D | SeekBarPreference.java | 184 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue()
|
/frameworks/base/core/java/android/preference/ |
D | EditTextPreference.java | 159 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue()
|
D | TwoStatePreference.java | 187 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue()
|
D | SeekBarPreference.java | 82 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue()
|
D | MultiSelectListPreference.java | 234 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue()
|
D | ListPreference.java | 294 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue()
|
D | MultiCheckPreference.java | 278 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue()
|
/frameworks/support/v14/preference/src/android/support/v14/preference/ |
D | MultiSelectListPreference.java | 209 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsHelper.java | 124 public void restoreValue(Context context, ContentResolver cr, ContentValues contentValues, in restoreValue() method in SettingsHelper
|