Home
last modified time | relevance | path

Searched refs:onSetInitialValue (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/preference/src/android/preference/cts/
DCustomPreference.java142 protected void onSetInitialValue(boolean restorePersistedValue, in onSetInitialValue() method in CustomPreference
144 super.onSetInitialValue(restorePersistedValue, defaultValue); in onSetInitialValue()
DPreferenceDataStoreTest.java559 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in PreferenceDataStoreTest.PreferenceWrapper
561 super.onSetInitialValue(restorePersistedValue, defaultValue); in onSetInitialValue()