Searched refs:DisabledCheckBoxPreference (Results 1 – 7 of 7) sorted by relevance
33 public class DisabledCheckBoxPreference extends CheckBoxPreference { class38 public DisabledCheckBoxPreference(Context context, AttributeSet attrs, int defStyleAttr, in DisabledCheckBoxPreference() method in DisabledCheckBoxPreference44 public DisabledCheckBoxPreference(Context context, AttributeSet attrs, int defStyleAttr) { in DisabledCheckBoxPreference() method in DisabledCheckBoxPreference49 public DisabledCheckBoxPreference(Context context, AttributeSet attrs) { in DisabledCheckBoxPreference() method in DisabledCheckBoxPreference54 public DisabledCheckBoxPreference(Context context) { in DisabledCheckBoxPreference() method in DisabledCheckBoxPreference
27 import com.android.settings.widget.DisabledCheckBoxPreference;83 ((DisabledCheckBoxPreference) preference).enableCheckbox(false); in updateState()85 ((DisabledCheckBoxPreference) preference).enableCheckbox(true); in updateState()
28 import com.android.settings.widget.DisabledCheckBoxPreference;82 ((DisabledCheckBoxPreference) preference).enableCheckbox(false); in updateState()84 ((DisabledCheckBoxPreference) preference).enableCheckbox(true); in updateState()
47 private DisabledCheckBoxPreference mPref;55 mPref = new DisabledCheckBoxPreference(mContext); in setUp()
32 import com.android.settings.widget.DisabledCheckBoxPreference;57 private DisabledCheckBoxPreference mockPref;
43 import com.android.settings.widget.DisabledCheckBoxPreference;63 private DisabledCheckBoxPreference mockPref;
28 import com.android.settings.widget.DisabledCheckBoxPreference;