OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:customswitchpreference
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/preference2/src/android/preference2/cts/
CustomSwitchPreference.java
27
public class
CustomSwitchPreference
extends SwitchPreference {
30
public
CustomSwitchPreference
(Context context, AttributeSet attrs) {
37
public
CustomSwitchPreference
(Context context) {
41
public
CustomSwitchPreference
(Context context, AttributeSet attrs, int defStyle) {
CustomSwitchPreferenceTest.java
25
private
CustomSwitchPreference
mSwitchPref;
35
mSwitchPref = (
CustomSwitchPreference
) mActivity.findPreference(
/cts/tests/tests/preference2/res/xml/
pref_cb.xml
28
<android.preference2.cts.
CustomSwitchPreference
Completed in 200 milliseconds