Home
last modified time | relevance | path

Searched refs:adjustInitialExpandedChildCount (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapterTest.java107 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(null /* host */); in adjustInitialExpandedChildCount_invalidInput_shouldNotadjust()
108 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_invalidInput_shouldNotadjust()
111 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_invalidInput_shouldNotadjust()
115 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_invalidInput_shouldNotadjust()
126 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_hasHightlightKey_shouldExpandAllChildren()
138 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_noKeyOrChildCountOverride_shouldDoNothing()
149 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_hasCountOverride_shouldDoNothing()
/packages/apps/Settings/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapter.java70 public static void adjustInitialExpandedChildCount(SettingsPreferenceFragment host) { in adjustInitialExpandedChildCount() method in HighlightablePreferenceGroupAdapter
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DHighlightablePreferenceGroupAdapter.java70 public static void adjustInitialExpandedChildCount(SettingsPreferenceFragment host) { in adjustInitialExpandedChildCount() method in HighlightablePreferenceGroupAdapter
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java140 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(this /* host */); in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsPreferenceFragment.java140 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(this /* host */); in onCreate()