Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DSettingPref.java47 protected TwoStatePreference mTwoState; field in SettingPref
75 mTwoState = (TwoStatePreference) p; in init()
88 if (mTwoState != null) { in init()
96 return mTwoState; in init()
124 if (mTwoState != null) { in update()
125 mTwoState.setChecked(val != 0); in update()