Searched refs:mAccountTypeManager (Results 1 – 5 of 5) sorted by relevance
119 private AccountTypeManager mAccountTypeManager; field in ConfirmAddDetailActivity255 mAccountTypeManager = AccountTypeManager.getInstance(this); in onCreate()767 final PersistTask task = new PersistTask(this, mAccountTypeManager); in doSaveAction()788 private AccountTypeManager mAccountTypeManager; field in ConfirmAddDetailActivity.PersistTask792 mAccountTypeManager = accountTypeManager; in PersistTask()818 RawContactModifier.trimEmpty(state, mAccountTypeManager); in doInBackground()
52 private AccountTypeManager mAccountTypeManager; field in RawContact186 if (mAccountTypeManager == null) { in getAccountTypeManager()187 mAccountTypeManager = AccountTypeManager.getInstance(context); in getAccountTypeManager()189 return mAccountTypeManager; in getAccountTypeManager()
80 private static AccountTypeManager mAccountTypeManager; field in AccountTypeManager88 if (mAccountTypeManager == null) { in getInstance()90 mAccountTypeManager = new AccountTypeManagerImpl(context); in getInstance()93 return mAccountTypeManager; in getInstance()106 mAccountTypeManager = mockManager; in setInstanceForTest()
43 private final AccountTypeManager mAccountTypeManager; field in GroupBrowseListAdapter53 mAccountTypeManager = AccountTypeManager.getInstance(mContext); in GroupBrowseListAdapter()198 AccountType accountType = mAccountTypeManager.getAccountType( in bindHeaderView()
112 private AccountTypeManager mAccountTypeManager; field in GroupDetailFragment134 mAccountTypeManager = AccountTypeManager.getInstance(mContext); in onAttach()332 AccountType accountType = mAccountTypeManager.getAccountType(mAccountTypeString, in updateSize()