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

/frameworks/base/core/java/android/preference/
H A DPreference.java873 protected boolean shouldPersist() { method in class:Preference
1339 final boolean shouldPersist = shouldPersist();
1340 if (!shouldPersist || !getSharedPreferences().contains(mKey)) {
1356 * if {@link #shouldPersist()} is true).
1396 if (shouldPersist()) {
1425 if (!shouldPersist()) {
1448 if (shouldPersist()) {
1480 if (!shouldPersist()) {
1498 if (shouldPersist()) {
[all...]

Completed in 84 milliseconds