Home | History | Annotate | Download | only in preference

Lines Matching refs:getBoolean

251                     mEnabled = a.getBoolean(attr, true);
255 mSelectable = a.getBoolean(attr, true);
259 mPersistent = a.getBoolean(attr, mPersistent);
271 mShouldDisableView = a.getBoolean(attr, mShouldDisableView);
1638 return mPreferenceManager.getSharedPreferences().getBoolean(mKey, defaultReturnValue);