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

  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 77 private ImmutableList<AccountType> mInvitableAccountTypes;
121 mInvitableAccountTypes = null;
162 mInvitableAccountTypes = null;
189 mInvitableAccountTypes = from.mInvitableAccountTypes;
341 return mInvitableAccountTypes;
478 mInvitableAccountTypes = accountTypes;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 203 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes =
516 mInvitableAccountTypes = findAllInvitableAccountTypes(
633 return mInvitableAccountTypes;
    [all...]

Completed in 30 milliseconds