Home
last modified time | relevance | path

Searched defs:addGroup (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogGroupBuilder.java33 public void addGroup(int cursorPosition, int size, boolean expanded); in addGroup() method
128 private void addGroup(int cursorPosition, int size) { in addGroup() method in CallLogGroupBuilder
DCallLogAdapter.java690 public void addGroup(int cursorPosition, int size, boolean expanded) { in addGroup() method in CallLogAdapter
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
DCallLogGroupBuilderTest.java284 public void addGroup(int cursorPosition, int size, boolean expanded) { in addGroup() method in CallLogGroupBuilderTest.FakeGroupCreator
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java476 private void addGroup(GroupDelta group) { in addGroup() method in CustomContactListFilterActivity.AccountDisplay
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java1237 final MenuItem addGroup = menu.findItem(R.id.menu_custom_add_group); in onCreateOptionsMenu() local
/packages/apps/Exchange/src/com/android/exchange/adapter/
DContactsSyncAdapter.java1191 public void addGroup(Entity entity, String group) { in addGroup() method in ContactsSyncAdapter.ContactOperations