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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContact.java 52 private AccountTypeManager mAccountTypeManager;
186 if (mAccountTypeManager == null) {
187 mAccountTypeManager = AccountTypeManager.getInstance(context);
189 return mAccountTypeManager;
AccountTypeManager.java 81 private static AccountTypeManager mAccountTypeManager;
89 if (mAccountTypeManager == null) {
91 mAccountTypeManager = new AccountTypeManagerImpl(context);
94 return mAccountTypeManager;
107 mAccountTypeManager = mockManager;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java 43 private final AccountTypeManager mAccountTypeManager;
53 mAccountTypeManager = AccountTypeManager.getInstance(mContext);
198 AccountType accountType = mAccountTypeManager.getAccountType(
GroupDetailFragment.java 113 private AccountTypeManager mAccountTypeManager;
135 mAccountTypeManager = AccountTypeManager.getInstance(mContext);
333 AccountType accountType = mAccountTypeManager.getAccountType(mAccountTypeString,
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 119 private AccountTypeManager mAccountTypeManager;
255 mAccountTypeManager = AccountTypeManager.getInstance(this);
770 final PersistTask task = new PersistTask(this, mAccountTypeManager);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
CompactRawContactsEditorView.java 321 private AccountTypeManager mAccountTypeManager;
379 mAccountTypeManager = AccountTypeManager.getInstance(getContext());
663 rawContactDelta.getAccountType(mAccountTypeManager),
667 rawContactDelta.getAccountType(mAccountTypeManager),
688 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager);
745 rawContactDelta.getAccountType(mAccountTypeManager))
748 rawContactDelta.getAccountType(mAccountTypeManager));
    [all...]

Completed in 136 milliseconds