OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onSetInitialValue
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/preference/src/android/preference/cts/
CustomPreference.java
142
protected void
onSetInitialValue
(boolean restorePersistedValue,
144
super.
onSetInitialValue
(restorePersistedValue, defaultValue);
PreferenceDataStoreTest.java
200
* {@link Preference#
onSetInitialValue
(boolean, Object)} instead of passing a value from
559
protected void
onSetInitialValue
(boolean restorePersistedValue, Object defaultValue) {
561
super.
onSetInitialValue
(restorePersistedValue, defaultValue);
/external/replicaisland/src/com/replica/replicaisland/
SliderPreference.java
105
protected void
onSetInitialValue
(boolean restoreValue, Object defaultValue) {
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
NumberPickerPreference.java
76
protected void
onSetInitialValue
(boolean restorePersistedValue, Object defaultValue) {
Completed in 4027 milliseconds