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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContact.java52 private AccountTypeManager mAccountTypeManager; field in class:RawContact
186 if (mAccountTypeManager == null) {
187 mAccountTypeManager = AccountTypeManager.getInstance(context);
189 return mAccountTypeManager;
H A DAccountTypeManager.java80 private static AccountTypeManager mAccountTypeManager; field in class:AccountTypeManager
88 if (mAccountTypeManager == null) {
90 mAccountTypeManager = new AccountTypeManagerImpl(context);
93 return mAccountTypeManager;
106 mAccountTypeManager = mockManager;
/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.java112 private AccountTypeManager mAccountTypeManager; field in class:GroupDetailFragment
134 mAccountTypeManager = AccountTypeManager.getInstance(mContext);
332 AccountType accountType = mAccountTypeManager.getAccountType(mAccountTypeString,
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java119 private AccountTypeManager mAccountTypeManager; field in class:ConfirmAddDetailActivity
255 mAccountTypeManager = AccountTypeManager.getInstance(this);
767 final PersistTask task = new PersistTask(this, mAccountTypeManager);
788 private AccountTypeManager mAccountTypeManager; field in class:ConfirmAddDetailActivity.PersistTask
792 mAccountTypeManager = accountTypeManager;
818 RawContactModifier.trimEmpty(state, mAccountTypeManager);

Completed in 90 milliseconds