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

  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 188 private Map<AccountTypeWithDataSet, AccountType> mInvitableAccountTypes =
510 mInvitableAccountTypes = findAllInvitableAccountTypes(
627 return mInvitableAccountTypes;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 139 private ArrayList<AccountType> mInvitableAccountTypes;
184 mInvitableAccountTypes = null;
226 mInvitableAccountTypes = null;
254 mInvitableAccountTypes = from.mInvitableAccountTypes;
401 return mInvitableAccountTypes;
    [all...]

Completed in 47 milliseconds