Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java119 private AccountTypeManager mAccountTypeManager; field in ConfirmAddDetailActivity
255 mAccountTypeManager = AccountTypeManager.getInstance(this); in onCreate()
767 final PersistTask task = new PersistTask(this, mAccountTypeManager); in doSaveAction()
788 private AccountTypeManager mAccountTypeManager; field in ConfirmAddDetailActivity.PersistTask
792 mAccountTypeManager = accountTypeManager; in PersistTask()
818 RawContactModifier.trimEmpty(state, mAccountTypeManager); in doInBackground()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContact.java52 private AccountTypeManager mAccountTypeManager; field in RawContact
186 if (mAccountTypeManager == null) { in getAccountTypeManager()
187 mAccountTypeManager = AccountTypeManager.getInstance(context); in getAccountTypeManager()
189 return mAccountTypeManager; in getAccountTypeManager()
DAccountTypeManager.java80 private static AccountTypeManager mAccountTypeManager; field in AccountTypeManager
88 if (mAccountTypeManager == null) { in getInstance()
90 mAccountTypeManager = new AccountTypeManagerImpl(context); in getInstance()
93 return mAccountTypeManager; in getInstance()
106 mAccountTypeManager = mockManager; in setInstanceForTest()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupBrowseListAdapter.java43 private final AccountTypeManager mAccountTypeManager; field in GroupBrowseListAdapter
53 mAccountTypeManager = AccountTypeManager.getInstance(mContext); in GroupBrowseListAdapter()
198 AccountType accountType = mAccountTypeManager.getAccountType( in bindHeaderView()
DGroupDetailFragment.java112 private AccountTypeManager mAccountTypeManager; field in GroupDetailFragment
134 mAccountTypeManager = AccountTypeManager.getInstance(mContext); in onAttach()
332 AccountType accountType = mAccountTypeManager.getAccountType(mAccountTypeString, in updateSize()