Home
last modified time | relevance | path

Searched defs:pref (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/preference2/src/android/preference2/cts/
DPreferenceParentGroupTest.java68 CheckBoxPreference pref = new CheckBoxPreference(mActivity); in parentViaCodeTest() local
100 CheckBoxPreference pref = (CheckBoxPreference) screen.findPreference("pref_checkbox"); in parentViaInflationTest() local
128 CheckBoxPreference pref = new CheckBoxPreference(mActivity); in parentDoubleAddTest() local
DPreferenceRecycleTest.java64 CustomCheckBoxPreference pref = new CustomCheckBoxPreference(mActivity); in recycleIsOnByDefaultTest() local
71 Preference pref = new Preference(mActivity); in recycleSetGetTest() local
DFragmentPreferencesTest.java54 Preference pref = mPrefsFragment.findPreference("checkbox_preference"); in testFindPreference() local
DPreferenceDataStoreTest.java221 CheckBoxPreference pref = new CheckBoxPreference(mActivityRule.getActivity()); in testInitialValueIsFromDataStoreOnPreference() local
239 CheckBoxPreference pref = new CheckBoxPreference(mActivityRule.getActivity()); in testInitialValueIsFromDataStoreOnPreferenceManager() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DProvisioningTest.java168 SharedPreferences pref = getSharedPreferences(context); in loadBundle() local