OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readagain
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/preference/
PreferenceManager.java
403
* If {@code
readAgain
} is false, this will only set the default values if this
407
* bypassing this check, set {@code
readAgain
} to true.
411
* @param
readAgain
Whether to re-read the default values.
419
public static void setDefaultValues(Context context, int resId, boolean
readAgain
) {
423
getDefaultSharedPreferencesMode(), resId,
readAgain
);
436
int sharedPreferencesMode, int resId, boolean
readAgain
) {
440
if (
readAgain
|| !defaultValueSp.getBoolean(KEY_HAS_SET_DEFAULT_VALUES, false)) {
Completed in 2909 milliseconds