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

/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
H A DExpandableSwitchItem.java72 return mIsExpanded ? getExpandedSummary() : getCollapsedSummary();
114 public CharSequence getExpandedSummary() { method in class:ExpandableSwitchItem
/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/
H A DExpandableSwitchItemTest.java69 "TestSummaryExpanded", mItem.getExpandedSummary());
86 "TestSummaryExpanded", mItem.getExpandedSummary());
106 "TestSummaryExpanded", mItem.getExpandedSummary());

Completed in 111 milliseconds