Searched defs:pref (Results 1 – 5 of 5) sorted by relevance
68 CheckBoxPreference pref = new CheckBoxPreference(mActivity); in parentViaCodeTest() local100 CheckBoxPreference pref = (CheckBoxPreference) screen.findPreference("pref_checkbox"); in parentViaInflationTest() local128 CheckBoxPreference pref = new CheckBoxPreference(mActivity); in parentDoubleAddTest() local
64 CustomCheckBoxPreference pref = new CustomCheckBoxPreference(mActivity); in recycleIsOnByDefaultTest() local71 Preference pref = new Preference(mActivity); in recycleSetGetTest() local
54 Preference pref = mPrefsFragment.findPreference("checkbox_preference"); in testFindPreference() local
221 CheckBoxPreference pref = new CheckBoxPreference(mActivityRule.getActivity()); in testInitialValueIsFromDataStoreOnPreference() local239 CheckBoxPreference pref = new CheckBoxPreference(mActivityRule.getActivity()); in testInitialValueIsFromDataStoreOnPreferenceManager() local
168 SharedPreferences pref = getSharedPreferences(context); in loadBundle() local