Lines Matching refs:persistent

886      * Checks whether this Preference is persistent. If it is, it stores its value(s) into
887 * the persistent {@link SharedPreferences} storage.
889 * @return True if it is persistent.
899 * Preference is persistent and it currently has a key. Before you
909 * Sets whether this Preference is persistent. When persistent,
910 * it stores its value(s) into the persistent {@link SharedPreferences}
913 * @param persistent Set true if it should store its value(s) into the {@link SharedPreferences}.
915 public void setPersistent(boolean persistent) {
916 mPersistent = persistent;
1360 * in the persistent storage.
1369 // By now, we know if we are persistent.
1416 * This will check if this Preference is persistent, get an editor from
1421 * @return True if the Preference is persistent. (This is not whether the
1445 * This will check if this Preference is persistent, get the SharedPreferences
1449 * Preference is not persistent or the Preference is not in the
1466 * This will check if this Preference is persistent, get an editor from
1471 * @return True if the Preference is persistent. (This is not whether the
1498 * This will check if this Preference is persistent, get the SharedPreferences
1502 * Preference is not persistent or the Preference is not in the
1522 * @return True if the Preference is persistent. (This is not whether the
1547 * Preference is not persistent or this Preference is not in the
1566 * @return True if this Preference is persistent. (This is not whether the
1591 * Preference is not persistent or this Preference is not in the
1610 * @return True if this Preference is persistent. (This is not whether the
1635 * Preference is not persistent or this Preference is not in the
1654 * @return True if this Preference is persistent. (This is not whether the
1679 * Preference is not persistent or this Preference is not in the
1770 * state. This state should only contain information that is not persistent