Home
last modified time | relevance | path

Searched defs:groupCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
DExpandableListTester.java84 int groupCount = mAdapter.getGroupCount(); in testContextMenus() local
152 final int groupCount = mAdapter.getGroupCount(); in testConvertionBetweenFlatAndPackedOnGroups() local
207 final int groupCount = mAdapter.getGroupCount(); in testSelectedPositionOnGroups() local
/frameworks/base/core/tests/coretests/src/android/content/
DSearchRecentSuggestionsProviderTest.java280 private void writeEntries(int groupCount, String line1Base, String line2Base) { in writeEntries()