Searched refs:mAccountTypeManager (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContact.java52 private AccountTypeManager mAccountTypeManager; field in class:RawContact
186 if (mAccountTypeManager == null) {
187 mAccountTypeManager = AccountTypeManager.getInstance(context);
189 return mAccountTypeManager;
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupBrowseListAdapter.java43 private final AccountTypeManager mAccountTypeManager; field in class:GroupBrowseListAdapter
53 mAccountTypeManager = AccountTypeManager.getInstance(mContext);
198 AccountType accountType = mAccountTypeManager.getAccountType(
H A DGroupDetailFragment.java110 private AccountTypeManager mAccountTypeManager; field in class:GroupDetailFragment
132 mAccountTypeManager = AccountTypeManager.getInstance(mContext);
324 AccountType accountType = mAccountTypeManager.getAccountType(mAccountTypeString,
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DAccountTypeManager.java81 private static AccountTypeManager mAccountTypeManager; field in class:AccountTypeManager
89 if (mAccountTypeManager == null) {
91 mAccountTypeManager = new AccountTypeManagerImpl(context);
94 return mAccountTypeManager;
107 mAccountTypeManager = mockManager;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java117 private AccountTypeManager mAccountTypeManager; field in class:ConfirmAddDetailActivity
252 mAccountTypeManager = AccountTypeManager.getInstance(this);
751 final PersistTask task = new PersistTask(this, mAccountTypeManager);
772 private AccountTypeManager mAccountTypeManager; field in class:ConfirmAddDetailActivity.PersistTask
776 mAccountTypeManager = accountTypeManager;
802 RawContactModifier.trimEmpty(state, mAccountTypeManager);

Completed in 126 milliseconds