Searched defs:pref (Results 1 – 5 of 5) sorted by relevance
69 CheckBoxPreference pref = new CheckBoxPreference(mActivity); in parentViaCodeTest() local101 CheckBoxPreference pref = (CheckBoxPreference) screen.findPreference("pref_checkbox"); in parentViaInflationTest() local129 CheckBoxPreference pref = new CheckBoxPreference(mActivity); in parentDoubleAddTest() local
65 CustomCheckBoxPreference pref = new CustomCheckBoxPreference(mActivity); in recycleIsOnByDefaultTest() local72 Preference pref = new Preference(mActivity); in recycleSetGetTest() local
53 Preference pref = mPrefsFragment.findPreference("checkbox_preference"); in testFindPreference() local
222 CheckBoxPreference pref = new CheckBoxPreference(mActivityRule.getActivity()); in testInitialValueIsFromDataStoreOnPreference() local240 CheckBoxPreference pref = new CheckBoxPreference(mActivityRule.getActivity()); in testInitialValueIsFromDataStoreOnPreferenceManager() local
171 SharedPreferences pref = getSharedPreferences(context); in loadBundle() local