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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DGroupMembershipView.java153 private boolean mAccountHasGroups; field in class:GroupMembershipView
255 return mAccountHasGroups;
295 mAccountHasGroups = true;
313 if (!mAccountHasGroups) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java236 private boolean mAccountHasGroups; field in class:CustomContactListFilterActivity.GroupDelta
297 mAccountHasGroups = accountHasGroups;
335 if (mAccountHasGroups) {

Completed in 195 milliseconds