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

/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContact.java66 private ImmutableList<AccountType> mInvitableAccountTypes; field in class:Contact
103 mInvitableAccountTypes = null;
147 mInvitableAccountTypes = null;
173 mInvitableAccountTypes = from.mInvitableAccountTypes;
290 return mInvitableAccountTypes;
294 mInvitableAccountTypes = accountTypes;
H A DAccountTypeManager.java248 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes = field in class:AccountTypeManagerImpl
553 mInvitableAccountTypes =
659 return mInvitableAccountTypes;
763 * The cached {@link #mInvitableAccountTypes} list expires after this number of milliseconds has
768 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes; field in class:AccountTypeManagerImpl.InvitableAccountTypeCache
785 return mInvitableAccountTypes;
789 mInvitableAccountTypes = map;

Completed in 94 milliseconds