HomeSort by relevance Sort by last modified time
    Searched refs:mAccountHasGroups (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 137 private boolean mAccountHasGroups;
216 return mAccountHasGroups;
255 mAccountHasGroups = true;
273 if (!mAccountHasGroups) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java 244 private boolean mAccountHasGroups;
305 mAccountHasGroups = accountHasGroups;
343 if (mAccountHasGroups) {
    [all...]

Completed in 93 milliseconds