Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapterTest.java166 when(mFragment.getInitialExpandedChildCount()).thenReturn(-1); in adjustInitialExpandedChildCount_noKeyOrChildCountOverride_shouldDoNothing()
171 verify(mFragment).getInitialExpandedChildCount(); in adjustInitialExpandedChildCount_noKeyOrChildCountOverride_shouldDoNothing()
177 when(mFragment.getInitialExpandedChildCount()).thenReturn(10); in adjustInitialExpandedChildCount_hasCountOverride_shouldDoNothing()
182 verify(mFragment).getInitialExpandedChildCount(); in adjustInitialExpandedChildCount_hasCountOverride_shouldDoNothing()
/packages/apps/Settings/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapter.java97 final int initialCount = host.getInitialExpandedChildCount(); in adjustInitialExpandedChildCount()
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java267 public int getInitialExpandedChildCount() { in getInitialExpandedChildCount() method in SettingsPreferenceFragment