Searched refs:getInitialExpandedChildCount (Results 1 – 3 of 3) sorted by relevance
166 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()
97 final int initialCount = host.getInitialExpandedChildCount(); in adjustInitialExpandedChildCount()
267 public int getInitialExpandedChildCount() { in getInitialExpandedChildCount() method in SettingsPreferenceFragment