Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapterTest.java66 private HighlightablePreferenceGroupAdapter mAdapter;
74 mAdapter = spy(new HighlightablePreferenceGroupAdapter(mPreferenceCatetory, TEST_KEY, in setUp()
85 eq(HighlightablePreferenceGroupAdapter.DELAY_HIGHLIGHT_DURATION_MILLIS)); in requestHighlight_hasKey_notHighlightedBefore_shouldRequest()
107 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/
DSettingsPreferenceFragment.java51 import com.android.settings.widget.HighlightablePreferenceGroupAdapter;
127 public HighlightablePreferenceGroupAdapter mAdapter;
140 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(this /* host */); in onCreate()
343 mAdapter = new HighlightablePreferenceGroupAdapter(preferenceScreen, in onCreateAdapter()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsPreferenceFragment.java51 import com.android.car.developeroptions.widget.HighlightablePreferenceGroupAdapter;
127 public HighlightablePreferenceGroupAdapter mAdapter;
140 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(this /* host */); in onCreate()
343 mAdapter = new HighlightablePreferenceGroupAdapter(preferenceScreen, in onCreateAdapter()
/packages/apps/Settings/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapter.java43 public class HighlightablePreferenceGroupAdapter extends PreferenceGroupAdapter { class
95 public HighlightablePreferenceGroupAdapter(PreferenceGroup preferenceGroup, String key, in HighlightablePreferenceGroupAdapter() method in HighlightablePreferenceGroupAdapter
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DHighlightablePreferenceGroupAdapter.java43 public class HighlightablePreferenceGroupAdapter extends PreferenceGroupAdapter { class
95 public HighlightablePreferenceGroupAdapter(PreferenceGroup preferenceGroup, String key, in HighlightablePreferenceGroupAdapter() method in HighlightablePreferenceGroupAdapter