Searched refs:restorePersistedValue (Results 1 – 4 of 4) sorted by relevance
89 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() argument90 setValue(restorePersistedValue ? getPersistedBoolean(mWasPositiveResult) : in onSetInitialValue()
206 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { in onSetInitialValue() argument216 if (restorePersistedValue) { in onSetInitialValue()
1397 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() argument
1044 a boolean, <code>restorePersistedValue</code>, to indicate whether a value has already been persist…1052 <p>If <code>restorePersistedValue</code> is <code>false</code>, then you1057 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) {1058 if (restorePersistedValue) {1076 its value is always null when <code>restorePersistedValue</code> is <code>true</code>.</p>