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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 77 private ImmutableList<AccountType> mInvitableAccountTypes;
121 mInvitableAccountTypes = null;
162 mInvitableAccountTypes = null;
189 mInvitableAccountTypes = from.mInvitableAccountTypes;
349 return mInvitableAccountTypes;
477 mInvitableAccountTypes = accountTypes;
AccountTypeManager.java 203 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes =
516 mInvitableAccountTypes = findAllInvitableAccountTypes(
633 return mInvitableAccountTypes;
    [all...]

Completed in 599 milliseconds