HomeSort by relevance Sort by last modified time
    Searched refs:PreferenceWrapper (Results 1 - 4 of 4) sorted by null

  /frameworks/support/preference/src/androidTest/java/androidx/preference/tests/helpers/
PreferenceWrapper.java 28 public final class PreferenceWrapper extends Preference {
32 public PreferenceWrapper(Context context) {
  /frameworks/support/preference/src/androidTest/java/androidx/preference/tests/
PreferencePersistTest.java 35 import androidx.preference.tests.helpers.PreferenceWrapper;
63 private PreferenceWrapper mPreference;
73 mPreference = new PreferenceWrapper(context);
PreferenceDataStoreTest.java 53 import androidx.preference.tests.helpers.PreferenceWrapper;
72 private PreferenceWrapper mPreference;
92 mPreference = new PreferenceWrapper(mContext);
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceDataStoreTest.java 65 private PreferenceWrapper mPreference;
84 mPreference = new PreferenceWrapper(mActivity);
501 private static class PreferenceWrapper extends Preference {
505 PreferenceWrapper(Context context) {

Completed in 357 milliseconds