Home
last modified time | relevance | path

Searched refs:mInvitableAccountTypes (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DContact.java77 private ImmutableList<AccountType> mInvitableAccountTypes; field in Contact
122 mInvitableAccountTypes = null; in Contact()
164 mInvitableAccountTypes = null; in Contact()
192 mInvitableAccountTypes = from.mInvitableAccountTypes; in Contact()
344 return mInvitableAccountTypes; in getInvitableAccountTypes()
481 mInvitableAccountTypes = accountTypes; in setInvitableAccountTypes()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java204 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes = field in AccountTypeManagerImpl
526 mInvitableAccountTypes = findAllInvitableAccountTypes( in loadAccountsInBackground()
643 return mInvitableAccountTypes; in getAllInvitableAccountTypes()
801 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes; field in AccountTypeManagerImpl.InvitableAccountTypeCache
818 return mInvitableAccountTypes; in getCachedValue()
822 mInvitableAccountTypes = map; in setCachedValue()