Home
last modified time | relevance | path

Searched refs:setCheckBoxEnabled (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DPrimaryCheckBoxPreferenceTest.java97 mPreference.setCheckBoxEnabled(false); in setCheckboxEnabled_shouldOnlyUpdateCheckBoxEnabledState()
101 mPreference.setCheckBoxEnabled(true); in setCheckboxEnabled_shouldOnlyUpdateCheckBoxEnabledState()
113 mPreference.setCheckBoxEnabled(false); in onBindViewHolder_shouldSetCheckboxEnabledState()
119 mPreference.setCheckBoxEnabled(true); in onBindViewHolder_shouldSetCheckboxEnabledState()
/packages/apps/Settings/src/com/android/settings/widget/
DPrimaryCheckBoxPreference.java94 setCheckBoxEnabled(enabled); in setEnabled()
116 public void setCheckBoxEnabled(boolean enabled) { in setCheckBoxEnabled() method in PrimaryCheckBoxPreference