Searched defs:shouldPersist (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DPreference.java871 protected boolean shouldPersist() { method in class:Preference
1316 final boolean shouldPersist = shouldPersist();
1317 if (!shouldPersist || !getSharedPreferences().contains(mKey)) {
1333 * if {@link #shouldPersist()} is true).
1373 if (shouldPersist()) {
1402 if (!shouldPersist()) {
1425 if (shouldPersist()) {
1457 if (!shouldPersist()) {
1475 if (shouldPersist()) {
[all...]

Completed in 25 milliseconds