Searched refs:mSharedPrefKey (Results 1 – 1 of 1) sorted by relevance
27 private final String mSharedPrefKey; field in History36 mSharedPrefKey = sharedPrefKey; in History()50 TextUtils.split(mPrefs.getString(mSharedPrefKey, ""), SEPARATOR))); in load()56 mPrefs.edit().putString(mSharedPrefKey, TextUtils.join(SEPARATOR, items)).apply(); in save()