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

/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreference.java853 protected boolean shouldPersist() { method in class:Preference
1262 final boolean shouldPersist = shouldPersist();
1263 if (!shouldPersist || !getSharedPreferences().contains(mKey)) {
1279 * if {@link #shouldPersist()} is true).
1312 if (shouldPersist()) {
1341 if (!shouldPersist()) {
1359 if (shouldPersist()) {
1385 if (!shouldPersist()) {
1403 if (shouldPersist()) {
[all...]
/frameworks/base/core/java/android/preference/
H A DPreference.java915 protected boolean shouldPersist() { method in class:Preference
1382 final boolean shouldPersist = shouldPersist();
1383 if (!shouldPersist || !getSharedPreferences().contains(mKey)) {
1399 * if {@link #shouldPersist()} is true).
1439 if (shouldPersist()) {
1468 if (!shouldPersist()) {
1491 if (shouldPersist()) {
1523 if (!shouldPersist()) {
1541 if (shouldPersist()) {
[all...]
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DMultiSelectListPreference.java98 if (shouldPersist()) {
130 if (!shouldPersist()) {

Completed in 188 milliseconds