Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DContact.java66 private ImmutableList<AccountType> mInvitableAccountTypes; field in Contact
103 mInvitableAccountTypes = null; in Contact()
147 mInvitableAccountTypes = null; in Contact()
173 mInvitableAccountTypes = from.mInvitableAccountTypes; in Contact()
290 return mInvitableAccountTypes; in getInvitableAccountTypes()
294 mInvitableAccountTypes = accountTypes; in setInvitableAccountTypes()
DAccountTypeManager.java248 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes = field in AccountTypeManagerImpl
553 mInvitableAccountTypes = in loadAccountsInBackground()
659 return mInvitableAccountTypes; in getAllInvitableAccountTypes()
768 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes; field in AccountTypeManagerImpl.InvitableAccountTypeCache
785 return mInvitableAccountTypes; in getCachedValue()
789 mInvitableAccountTypes = map; in setCachedValue()