Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountsLoader.java39 private final AccountTypeManager mAccountTypeManager; field in AccountsLoader
48 mAccountTypeManager = AccountTypeManager.getInstance(context); in AccountsLoader()
54 return mAccountTypeManager.filterAccountsAsync(mFilter); in loadData()
DAccountDisplayInfoFactory.java39 private final AccountTypeManager mAccountTypeManager; field in AccountDisplayInfoFactory
55 mAccountTypeManager = accountTypeManager; in AccountDisplayInfoFactory()
63 final AccountType type = mAccountTypeManager.getAccountTypeForAccount(account); in getAccountDisplayInfo()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DRawContact.java63 private AccountTypeManager mAccountTypeManager; field in RawContact
109 if (mAccountTypeManager == null) { in getAccountTypeManager()
110 mAccountTypeManager = AccountTypeManager.getInstance(context); in getAccountTypeManager()
112 return mAccountTypeManager; in getAccountTypeManager()
DAccountTypeManager.java79 private static AccountTypeManager mAccountTypeManager; field in AccountTypeManager
87 if (mAccountTypeManager == null) { in getInstance()
89 mAccountTypeManager = new AccountTypeManagerImpl(context); in getInstance()
92 return mAccountTypeManager; in getInstance()
104 mAccountTypeManager = mockManager; in setInstanceForTest()
/packages/apps/Contacts/src/com/android/contacts/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.java79 private static AccountTypeManager mAccountTypeManager; field in AccountTypeManager
116 if (mAccountTypeManager == null) { in getInstance()
118 mAccountTypeManager = new AccountTypeManagerImpl(context); in getInstance()
121 return mAccountTypeManager; in getInstance()
133 mAccountTypeManager = mockManager; in setInstanceForTest()
/packages/apps/Contacts/src/com/android/contacts/
DSimImportFragment.java79 private AccountTypeManager mAccountTypeManager; field in SimImportFragment
101 mAccountTypeManager = AccountTypeManager.getInstance(getActivity()); in onCreate()
450 private AccountTypeManager mAccountTypeManager; field in SimImportFragment.SimContactLoader
456 mAccountTypeManager = AccountTypeManager.getInstance(getContext()); in SimContactLoader()
463 mAccountTypeManager in loadData()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java197 private AccountTypeManager mAccountTypeManager; field in RawContactEditorView
249 mAccountTypeManager = AccountTypeManager.getInstance(getContext()); in onFinishInflate()
495 rawContactDelta.getAccountType(mAccountTypeManager), in setState()
499 rawContactDelta.getAccountType(mAccountTypeManager), in setState()
539 return !mCurrentRawContactDelta.getAccountType(mAccountTypeManager).areContactsWritable(); in isReadOnlyRawContact()
552 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager); in pickRawContactDelta()
590 final AccountType accountType = mCurrentRawContactDelta.getAccountType(mAccountTypeManager); in parseRawContactDelta()
DPickRawContactDialogFragment.java56 private final AccountTypeManager mAccountTypeManager; field in PickRawContactDialogFragment.RawContactAccountListAdapter
63 mAccountTypeManager = AccountTypeManager.getInstance(context); in RawContactAccountListAdapter()
100 final AccountType account = mAccountTypeManager.getAccountType(rawContact.accountType, in getView()
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountFilterUtil.java115 private AccountTypeManager mAccountTypeManager; field in AccountFilterUtil.FilterLoader
120 mAccountTypeManager = AccountTypeManager.getInstance(context); in FilterLoader()
127 return Futures.transform(mAccountTypeManager.filterAccountsAsync( in loadData()
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java145 private AccountTypeManager mAccountTypeManager; field in PeopleActivity
230 mAccountTypeManager.getWritableGoogleAccounts()); in onSyncStateUpdated()
354 mAccountTypeManager = AccountTypeManager.getInstance(this); in onCreate()
749 && mAccountTypeManager.hasNonLocalAccount()) in shouldShowList()
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java137 private AccountTypeManager mAccountTypeManager; field in CustomContactListFilterActivity.CustomFilterConfigurationLoader
141 mAccountTypeManager = AccountTypeManager.getInstance(context); in CustomFilterConfigurationLoader()
146 return Futures.transform(mAccountTypeManager.getAccountsAsync(), in loadData()