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/
DAccountTypeManager.java188 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes = field in AccountTypeManagerImpl
510 mInvitableAccountTypes = findAllInvitableAccountTypes( in loadAccountsInBackground()
627 return mInvitableAccountTypes; in getAllInvitableAccountTypes()
785 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes; field in AccountTypeManagerImpl.InvitableAccountTypeCache
802 return mInvitableAccountTypes; in getCachedValue()
806 mInvitableAccountTypes = map; in setCachedValue()
/packages/apps/Contacts/src/com/android/contacts/
DContactLoader.java139 private ArrayList<AccountType> mInvitableAccountTypes; field in ContactLoader.Result
184 mInvitableAccountTypes = null; in Result()
226 mInvitableAccountTypes = null; in Result()
254 mInvitableAccountTypes = from.mInvitableAccountTypes; in Result()
401 return mInvitableAccountTypes; in getInvitableAccountTypes()
909 contactData.mInvitableAccountTypes = resultList; in loadInvitableAccountTypes()