Searched refs:mExpandedSummary (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
H A DExpandableSwitchItem.java49 private CharSequence mExpandedSummary; field in class:ExpandableSwitchItem
61 mExpandedSummary = a.getText(R.styleable.SuwExpandableSwitchItem_suwExpandedSummary);
115 return mExpandedSummary;
123 mExpandedSummary = expandedSummary;

Completed in 218 milliseconds