OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomCheckBoxPreference
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/preference2/src/android/preference2/cts/
CustomCheckBoxPreference.java
26
public class
CustomCheckBoxPreference
extends CheckBoxPreference {
29
public
CustomCheckBoxPreference
(Context context, AttributeSet attrs) {
36
public
CustomCheckBoxPreference
(Context context) {
40
public
CustomCheckBoxPreference
(Context context, AttributeSet attrs, int defStyle) {
PreferenceRecycleTest.java
64
CustomCheckBoxPreference
pref = new
CustomCheckBoxPreference
(mActivity);
Completed in 168 milliseconds