HomeSort by relevance Sort by last modified time
    Searched full:preference2 (Results 1 - 22 of 22) sorted by null

  /cts/tests/tests/preference2/
AndroidManifest.xml 18 package="com.android.cts.preference2">
23 android:name="android.preference2.cts.PreferenceFragmentActivity" >
26 android:name="android.preference2.cts.PreferenceStubActivity" >
29 android:name="android.preference2.cts.PreferenceFromCodeActivity" >
31 <activity android:name="android.preference2.cts.PreferencesFromXml" />
32 <activity android:name="android.preference2.cts.PreferenceWithHeaders" />
37 android:targetPackage="com.android.cts.preference2"
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferencesFromXml.java 17 package android.preference2.cts;
19 import com.android.cts.preference2.R;
CheckBoxPreferenceTest.java 17 package android.preference2.cts;
22 import com.android.cts.preference2.R;
CustomCheckBoxPreference.java 16 package android.preference2.cts;
18 import com.android.cts.preference2.R;
CustomDialogPreference.java 16 package android.preference2.cts;
18 import com.android.cts.preference2.R;
CustomEditTextPreference.java 16 package android.preference2.cts;
18 import com.android.cts.preference2.R;
CustomSwitchPreference.java 16 package android.preference2.cts;
19 import com.android.cts.preference2.R;
PreferenceFragmentTest.java 17 package android.preference2.cts;
21 import android.preference2.cts.PreferenceFragmentActivity.PrefFragment;
PreferenceWithHeaders.java 17 package android.preference2.cts;
22 import com.android.cts.preference2.R;
PreferenceWithHeadersTest.java 17 package android.preference2.cts;
19 import com.android.cts.preference2.R;
CustomCheckBoxPreferenceTest.java 17 package android.preference2.cts;
CustomDialogPreferenceTest.java 17 package android.preference2.cts;
CustomEditTextPreferenceTest.java 17 package android.preference2.cts;
CustomSwitchPreferenceTest.java 17 package android.preference2.cts;
PreferenceCategoryTest.java 17 package android.preference2.cts;
DialogPreferenceTest.java 17 package android.preference2.cts;
23 import com.android.cts.preference2.R;
ListPreferenceTest.java 17 package android.preference2.cts;
22 import com.android.cts.preference2.R;
SwitchPreferenceTest.java 17 package android.preference2.cts;
23 import com.android.cts.preference2.R;
EditTextPreferenceTest.java 17 package android.preference2.cts;
PreferenceFragmentActivity.java 16 package android.preference2.cts;
PreferenceFromCodeActivity.java 17 package android.preference2.cts;
19 import com.android.cts.preference2.R;
  /cts/tests/tests/preference2/res/xml/
pref_cb.xml 16 xmlns:in="http://schemas.android.com/apk/res/com.android.cts.preference2" >
19 <android.preference2.cts.CustomCheckBoxPreference
28 <android.preference2.cts.CustomSwitchPreference
38 <android.preference2.cts.CustomDialogPreference
48 <android.preference2.cts.CustomEditTextPreference

Completed in 194 milliseconds