Searched refs:isFirstGroupInAccount (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupListItem.java32 String title, boolean isFirstGroupInAccount, int memberCount) {
38 mIsFirstGroupInAccount = isFirstGroupInAccount;
70 public boolean isFirstGroupInAccount() { method in class:GroupListItem
31 GroupListItem(String accountName, String accountType, String dataSet, long groupId, String title, boolean isFirstGroupInAccount, int memberCount) argument
H A DGroupBrowseListAdapter.java130 boolean isFirstGroupInAccount = true;
139 isFirstGroupInAccount = false;
144 isFirstGroupInAccount, memberCount);
162 if (entry.isFirstGroupInAccount()) {

Completed in 73 milliseconds