Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapterTest.java135 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()
/packages/apps/Settings/src/com/android/settings/wifi/
DConfigureWifiSettings.java62 public int getInitialExpandedChildCount() { in getInitialExpandedChildCount() method in ConfigureWifiSettings
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DConfigureWifiSettings.java62 public int getInitialExpandedChildCount() { in getInitialExpandedChildCount() method in ConfigureWifiSettings
/packages/apps/Settings/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapter.java88 final int initialCount = host.getInitialExpandedChildCount(); in adjustInitialExpandedChildCount()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DHighlightablePreferenceGroupAdapter.java88 final int initialCount = host.getInitialExpandedChildCount(); in adjustInitialExpandedChildCount()
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java263 public int getInitialExpandedChildCount() { in getInitialExpandedChildCount() method in SettingsPreferenceFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsPreferenceFragment.java263 public int getInitialExpandedChildCount() { in getInitialExpandedChildCount() method in SettingsPreferenceFragment