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

  /packages/apps/Dialer/java/com/android/contacts/common/model/
Contact.java 66 private ImmutableList<AccountType> mInvitableAccountTypes;
103 mInvitableAccountTypes = null;
147 mInvitableAccountTypes = null;
173 mInvitableAccountTypes = from.mInvitableAccountTypes;
290 return mInvitableAccountTypes;
294 mInvitableAccountTypes = accountTypes;
AccountTypeManager.java 248 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes =
553 mInvitableAccountTypes =
659 return mInvitableAccountTypes;
763 * The cached {@link #mInvitableAccountTypes} list expires after this number of milliseconds has
768 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes;
785 return mInvitableAccountTypes;
789 mInvitableAccountTypes = map;

Completed in 61 milliseconds