Searched refs:getInitialExpandedChildCount (Results 1 – 7 of 7) sorted by relevance
135 when(mFragment.getInitialExpandedChildCount()).thenReturn(-1); in adjustInitialExpandedChildCount_noKeyOrChildCountOverride_shouldDoNothing()140 verify(mFragment).getInitialExpandedChildCount(); in adjustInitialExpandedChildCount_noKeyOrChildCountOverride_shouldDoNothing()146 when(mFragment.getInitialExpandedChildCount()).thenReturn(10); in adjustInitialExpandedChildCount_hasCountOverride_shouldDoNothing()151 verify(mFragment).getInitialExpandedChildCount(); in adjustInitialExpandedChildCount_hasCountOverride_shouldDoNothing()
62 public int getInitialExpandedChildCount() { in getInitialExpandedChildCount() method in ConfigureWifiSettings
88 final int initialCount = host.getInitialExpandedChildCount(); in adjustInitialExpandedChildCount()
263 public int getInitialExpandedChildCount() { in getInitialExpandedChildCount() method in SettingsPreferenceFragment