Searched refs:addGroup (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardProperty.java80 public void addGroup(String group) { method in class:VCardProperty
H A DVCardParserImpl_V21.java390 propertyData.addGroup(groupName);
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DGroupingListAdapterTests.java66 addGroup(i - groupItemCount, groupItemCount, false);
74 addGroup(count - groupItemCount, groupItemCount, false);
/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java122 * Finds all groups of adjacent items in the cursor and calls {@link #addGroup} for
201 protected void addGroup(int cursorPosition, int size, boolean expanded) { method in class:GroupingListAdapter

Completed in 277 milliseconds