Searched refs:mSharedPreference (Results 1 – 1 of 1) sorted by relevance
145 private final SharedPreferences mSharedPreference; field in ProgramGuide489 mSharedPreference = PreferenceManager.getDefaultSharedPreferences(mActivity); in ProgramGuide()494 || mSharedPreference.getBoolean(KEY_SHOW_GUIDE_PARTIAL, true); in ProgramGuide()805 mSharedPreference.edit().putBoolean(KEY_SHOW_GUIDE_PARTIAL, mShowGuidePartial).apply(); in startFull()814 mSharedPreference.edit().putBoolean(KEY_SHOW_GUIDE_PARTIAL, mShowGuidePartial).apply(); in startPartial()