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

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

Completed in 204 milliseconds