Searched defs:pref (Results 1 – 6 of 6) 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
116 private void clickAndWaitForSettingChange(UiObject2 pref, ContentResolver resolver, in clickAndWaitForSettingChange()145 final UiObject2 pref = mDevice.findObject(By.text(res.getString(resId))); in toggleSettingAndVerify() local
171 SharedPreferences pref = getSharedPreferences(context); in loadBundle() local